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 ee09d3f commit c50d44fCopy full SHA for c50d44f
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
bin_suffix: ""
23
- os: windows-latest
24
target: x86_64-pc-windows-msvc
25
- short: windows
+ short: win
26
bin_suffix: ".exe"
27
steps:
28
- name: Checkout repository
@@ -39,7 +39,7 @@ jobs:
39
- name: Rename binary
40
run: |
41
mkdir -p artifacts
42
- cp target/${{ matrix.target }}/release/css-linter${{ matrix.bin_suffix }} artifacts/css-linter-${{ matrix.short }}
+ cp target/${{ matrix.target }}/release/css-linter${{ matrix.bin_suffix }} artifacts/css-linter-${{ matrix.short }}${{ matrix.bin_suffix }}
43
shell: bash
44
45
- name: Upload artifact
0 commit comments