Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Description:
  • Loading branch information
Murmele committed Apr 20, 2024
1 parent 33451d4 commit 8d99085
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,12 +389,12 @@ jobs:
echo "Show artifacts folder:"
ls artifacts
echo "Check artifacts"
test -e "artifacts/Gittyup win64/Gittyup*.exe" || exit 1
test -e "artifacts/Gittyup win32/Gittyup*.exe" || exit 1
test -e "artifacts/Gittyup macos/Gittyup*.dmg" || exit 1
test -e "artifacts/Gittyup-VERSION/Version.txt" || exit 1
test -e "artifacts/GittyupFlatpak/*.flatpak" || exit 1
test -e "artifacts/GittyupAppImage/Gittyup*.AppImage" || exit 1
test -e "artifacts/Gittyup win64/Gittyup*.exe" || exit
test -e "artifacts/Gittyup win32/Gittyup*.exe" || exit
test -e "artifacts/Gittyup macos/Gittyup*.dmg" || exit
test -e "artifacts/Gittyup-VERSION/Version.txt" || exit
test -e "artifacts/GittyupFlatpak/*.flatpak" || exit
test -e "artifacts/GittyupAppImage/Gittyup*.AppImage" || exit
# version is exported from cmake to file
- name: Retrieve version
Expand Down

0 comments on commit 8d99085

Please sign in to comment.