We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769b975 commit f9cbf08Copy full SHA for f9cbf08
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
include:
17
- - target: x86_64-pc-windows-gnu
+ - target: x86_64-pc-windows-msvc
18
archive: zip
19
- target: x86_64-unknown-linux-musl
20
archive: tar.gz tar.xz tar.zst
@@ -28,4 +28,4 @@ jobs:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
with:
30
RUSTTARGET: ${{ matrix.target }}
31
- ARCHIVE_TYPES: ${{ matrix.archive }}
+ ARCHIVE_TYPES: ${{ matrix.archive }}
0 commit comments