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

ci: upload release binaries to GH Release #90

Merged
merged 10 commits into from
Mar 6, 2023
Merged

Conversation

bajtos
Copy link
Member

@bajtos bajtos commented Mar 6, 2023

  • Before this change, we were attaching the uploaded binaries to the workflow run. This PR changes the workflow to attach the binaries to a GH Release.
  • Disable LTO on Windows in an attempt to fix the failing release build
  • Rename release binaries
  • Disable incremental release builds

See #23

bajtos added 10 commits March 6, 2023 12:56
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
Caches are not shared between different tags. We never get a cache hit.

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
Switch to `softprops/action-gh-release` and enable `draft` option.

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
We are not able to cache build artifacts between CI/CD builds.
Disabling incremental builds can actually make the builds faster,
as there is no need to create additional artifacts for incremental
rebuilds.

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
@bajtos bajtos merged commit 508cdd1 into main Mar 6, 2023
@bajtos bajtos deleted the ci-upload-to-release branch March 6, 2023 14:43
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.

1 participant