Skip to content

Commit c50d44f

Browse files
blelele
1 parent ee09d3f commit c50d44f

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
@@ -22,7 +22,7 @@ jobs:
2222
bin_suffix: ""
2323
- os: windows-latest
2424
target: x86_64-pc-windows-msvc
25-
short: windows
25+
short: win
2626
bin_suffix: ".exe"
2727
steps:
2828
- name: Checkout repository
@@ -39,7 +39,7 @@ jobs:
3939
- name: Rename binary
4040
run: |
4141
mkdir -p artifacts
42-
cp target/${{ matrix.target }}/release/css-linter${{ matrix.bin_suffix }} artifacts/css-linter-${{ matrix.short }}
42+
cp target/${{ matrix.target }}/release/css-linter${{ matrix.bin_suffix }} artifacts/css-linter-${{ matrix.short }}${{ matrix.bin_suffix }}
4343
shell: bash
4444

4545
- name: Upload artifact

0 commit comments

Comments
 (0)