Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions processes/crystal-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ Add an issue `Crystal release X.Y.Z` in https://github.com/crystal-lang/distribu
* `crystal-*.pkg`
* `crystal-*-docs.tar.gz`
* [ ] Upload build artifacts from GHA (Windows):
* `crystal-release.zip` -> `crystal-${VERSION}-windows-x86_64-msvc-unsupported.zip`
* `crystal-installer.zip` -> unzip -> `crystal-${VERSION}-windows-x86_64-msvc-unsupported.exe`
* Windows CI: `crystal-release.zip` -> `crystal-${VERSION}-windows-x86_64-msvc-unsupported.zip`
* Windows CI: `crystal-installer.zip` -> unzip -> `crystal-${VERSION}-windows-x86_64-msvc-unsupported.exe`
* MinGW-w64 CI: `x86_64-mingw-w64-crystal.zip` -> `crystal-${VERSION}-windows-x86_64-gnu-unsupported.zip`
4. [ ] Push changes to OBS for building linux packages
1. Checkout https://github.com/crystal-lang/distribution-scripts and go to [`./packages`](../packages)
2. Configure build.opensuse.org credentials in environment variables:
Expand Down