Skip to content

Commit

Permalink
fsgrfdgsf
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanyLeonic committed Mar 2, 2024
1 parent 30eece7 commit c801882
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-game-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ jobs:
run: |
mkdir -v -p build/web
cd $PROJECT_PATH
godot --headless --verbose --export-release "Web" ../build/web/index.html &> output.txt
godot --headless --verbose --export-release "Web" ../build/web/index.html 2>&1 | tee output.txt
echo Reading build logs...
cat output.txt
if search="$(cat output.txt | grep 'ERROR:')"
then
echo "Build failed!"
exit 1
else
echo "Build succeeded!"
exit 0
fi ;
- name: Upload Artifact
Expand Down

0 comments on commit c801882

Please sign in to comment.