Skip to content

Commit

Permalink
Use new arch suffix (64 -> x86_64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Aug 26, 2022
1 parent 9a5cfe6 commit 0e9419d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile-godot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ jobs:
# The other answers, while more "idiomatic" (if that can even be said for something like bash), are not properly handling newlines
run: |
ls bin -la
godotVer=$(bin/godot.${{ matrix.scons-platform }}.tools.64 --version | xargs)
godotVer=$(bin/godot.${{ matrix.scons-platform }}.tools.x86_64 --version | xargs)
echo "## Godot version: \`$godotVer\`" >> $GITHUB_STEP_SUMMARY
echo "Built for **${{ matrix.artifact }}** from commit [\`$SHA\`](https://github.com/godotengine/godot/commit/$SHA)." >> $GITHUB_STEP_SUMMARY

0 comments on commit 0e9419d

Please sign in to comment.