Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Godot Export: Correct path for uploading release artifacts #77

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

cassidyjames
Copy link
Contributor

@cassidyjames cassidyjames commented Mar 5, 2025

Since the release job is 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 directories themselves in the current directory.

Fixes #76. Tested and succeeded on my fork.

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.
@m4ym4y
Copy link
Owner

m4ym4y commented Mar 7, 2025

great thank you so much!

@m4ym4y m4ym4y merged commit 326d281 into m4ym4y:main Mar 7, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Artifacts not attached to release
2 participants