Skip to content

Commit

Permalink
Godot Export: Correct path for uploading release artifacts
Browse files Browse the repository at this point in the history
Since we're downloading multiple artifacts, each is placed in a
subdirectory. This commit corrects the path passed to `gh release upload`
to include all files in subdirectories, instead of matching the
folders in the current directory.
  • Loading branch information
cassidyjames authored and m4ym4y committed Mar 7, 2025
1 parent a1283e1 commit 326d281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/godot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
gh release upload '${{ github.ref_name }}' * --repo '${{ github.repository }}'
gh release upload '${{ github.ref_name }}' */* --repo '${{ github.repository }}'

0 comments on commit 326d281

Please sign in to comment.