Skip to content

Commit 9918012

Browse files
Add MinGW-w64 artifact to the Crystal release process (#351)
1 parent 1ee31a4 commit 9918012

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

processes/crystal-release.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ Add an issue `Crystal release X.Y.Z` in https://github.com/crystal-lang/distribu
5858
* `crystal-*.pkg`
5959
* `crystal-*-docs.tar.gz`
6060
* [ ] Upload build artifacts from GHA (Windows):
61-
* `crystal-release.zip` -> `crystal-${VERSION}-windows-x86_64-msvc-unsupported.zip`
62-
* `crystal-installer.zip` -> unzip -> `crystal-${VERSION}-windows-x86_64-msvc-unsupported.exe`
61+
* Windows CI: `crystal-release.zip` -> `crystal-${VERSION}-windows-x86_64-msvc-unsupported.zip`
62+
* Windows CI: `crystal-installer.zip` -> unzip -> `crystal-${VERSION}-windows-x86_64-msvc-unsupported.exe`
63+
* MinGW-w64 CI: `x86_64-mingw-w64-crystal.zip` -> `crystal-${VERSION}-windows-x86_64-gnu-unsupported.zip`
6364
4. [ ] Push changes to OBS for building linux packages
6465
1. Checkout https://github.com/crystal-lang/distribution-scripts and go to [`./packages`](../packages)
6566
2. Configure build.opensuse.org credentials in environment variables:

0 commit comments

Comments
 (0)