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

refactor: simplify build and draft release jobs #30

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

fioan89
Copy link
Collaborator

@fioan89 fioan89 commented Mar 10, 2025

  • and also fix the zip and release notes publish
  • there is no need to unzip and then later re-zip files to be published as draft because Kotlin does the zip in the first place, we just need to upload it and download it in the jobs that need it.
  • similar, release note files have to be shared between jobs by upload&download

- and also fix the zip and release notes publish
- there is no need to unzip and then later re-zip files to be published as draft
  because Kotlin does the zip in the first place, we just need to upload it
  and download it in the jobs that need it.
- similar, release note files have to be shared between jobs by upload&download
@fioan89 fioan89 requested review from matifali and bcpeinhardt March 10, 2025 23:16
@fioan89 fioan89 merged commit 1d81e7c into main Mar 10, 2025
5 checks passed
@fioan89 fioan89 deleted the simplify-build-and-draft-release-pipeline branch March 10, 2025 23:21
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.

2 participants