Skip to content

Commit bdb0130

Browse files
committed
[ci] small fix to release script
1 parent 8dee1de commit bdb0130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
id: archive-output
119119
shell: bash
120120
run: |
121-
if [[ ${{ matrix.target }} == windows ]]; then
121+
if [[ ${{ matrix.target }} == "x86_64-pc-windows-msvc" ]]; then
122122
echo "::set-output name=${{ matrix.target }}::${{ github.ref_name }}-${{ matrix.target }}".zip
123123
else
124124
echo "::set-output name=${{ matrix.target }}::${{ github.ref_name }}-${{ matrix.target }}".tar.gz

0 commit comments

Comments
 (0)