Skip to content

Commit

Permalink
fix: whoops 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanyLeonic committed Mar 2, 2024
1 parent 26cdf8a commit a191f03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-game-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
if search="$(cat output.txt | grep 'ERROR:')"
then
exit 1
fi ;;
else
exit 0
fi ;
- name: Upload Artifact
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit a191f03

Please sign in to comment.