mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
workflows: add check for source archive to hashes.yaml
This commit is contained in:
parent
d281505777
commit
ccb868345d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/hashes.yaml
vendored
2
.github/workflows/hashes.yaml
vendored
|
@ -52,6 +52,7 @@ jobs:
|
|||
*gui/win64) filename=monero-gui-win-x64 ;;
|
||||
*gui/mac64) filename=monero-gui-mac-x64 ;;
|
||||
*gui/linux64) filename=monero-gui-linux-x64 ;;
|
||||
*gui/source) filename=monero-gui-source ;;
|
||||
*cli/win64) filename=monero-win-x64 ;;
|
||||
*cli/win32) filename=monero-win-x86 ;;
|
||||
*cli/mac64) filename=monero-mac-x64 ;;
|
||||
|
@ -62,6 +63,7 @@ jobs:
|
|||
*cli/androidarm8) filename=monero-android-armv8 ;;
|
||||
*cli/androidarm7) filename=monero-android-armv7 ;;
|
||||
*cli/freebsd64) filename=monero-freebsd-x64 ;;
|
||||
*cli/source) filename=monero-source ;;
|
||||
*)
|
||||
echo "Unknown url $url" >&2
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue