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

Fix Release action #10

Merged
merged 1 commit into from
Sep 2, 2024
Merged

Fix Release action #10

merged 1 commit into from
Sep 2, 2024

Conversation

take-five
Copy link
Member

Previously, the Ruild and Release steps were split into different jobs, but in GitHub actions, there is no shared workspace, so all the files generated in the Build step were lost and not included into the final release.

Revert to previous version of the Release action.

Previously, the Ruild and Release steps were split into different jobs,
but in GitHub actions, there is no shared workspace, so all the files
generated in the Build step were lost and not included into the final
release.

Revert to previous version of the Release action.
@take-five take-five requested a review from a team as a code owner September 2, 2024 12:00
@take-five take-five requested review from aronglia and sliiser and removed request for a team September 2, 2024 12:00
@take-five
Copy link
Member Author

Ideally, the project should migrate to https://goreleaser.com/, but GoReleaser requires semantic versioning

@sliiser
Copy link
Contributor

sliiser commented Sep 2, 2024

Ugly but that's something we have to live with I guess.

@take-five take-five merged commit f4112c3 into master Sep 2, 2024
5 checks passed
@take-five take-five deleted the fix-releases branch September 2, 2024 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants