Skip to content

Commit f9cbf08

Browse files
authored
Update release.yml
1 parent 769b975 commit f9cbf08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- target: x86_64-pc-windows-gnu
17+
- target: x86_64-pc-windows-msvc
1818
archive: zip
1919
- target: x86_64-unknown-linux-musl
2020
archive: tar.gz tar.xz tar.zst
@@ -28,4 +28,4 @@ jobs:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
with:
3030
RUSTTARGET: ${{ matrix.target }}
31-
ARCHIVE_TYPES: ${{ matrix.archive }}
31+
ARCHIVE_TYPES: ${{ matrix.archive }}

0 commit comments

Comments
 (0)