diff --git a/.github/workflows/engine.yml b/.github/workflows/engine.yml index 5ba87824..641b7a03 100644 --- a/.github/workflows/engine.yml +++ b/.github/workflows/engine.yml @@ -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}}/ diff --git a/mirror-godot-app/dummy.md b/mirror-godot-app/dummy.md index 3d6ab607..f15a5084 100644 --- a/mirror-godot-app/dummy.md +++ b/mirror-godot-app/dummy.md @@ -1 +1 @@ -this file is used to force a rebuild in github actions.. +this file is used to force a rebuild in github actions...