Skip to content

Commit

Permalink
fix: whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanyLeonic committed Mar 2, 2024
1 parent beb19d0 commit e06f8c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-game-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ jobs:
godot --headless --verbose --export-release "Web" ../build/web/index.html &> output.txt
- name: Check if build succeeded
run: |
echo Reading build logs...
cat output.txt
if search="$(cat output.txt | grep 'ERROR:')"
then
exit 1
fi ;;
- name: Upload Artifact
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit e06f8c5

Please sign in to comment.