Skip to content

Commit

Permalink
Fix engine android builds
Browse files Browse the repository at this point in the history
  • Loading branch information
RevoluPowered committed Jul 31, 2024
1 parent 9fa4f6b commit 9053bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -506,5 +506,5 @@ jobs:
if: ${{ inputs.deploy-to-gcp }}
uses: 'google-github-actions/upload-cloud-storage@v2'
with:
path: ./godot-engine/bin/${{ matrix.artifact-name }}
path: ./godot-engine/bin/${{ matrix.artifact-name }}.zip
destination: ${{ matrix.bucket-name }}/${{steps.vars.outputs.sha_short}}/
2 changes: 1 addition & 1 deletion mirror-godot-app/dummy.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
this file is used to force a rebuild in github actions..
this file is used to force a rebuild in github actions...

0 comments on commit 9053bfe

Please sign in to comment.