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 0f43170 commit ee09d3fCopy full SHA for ee09d3f
.github/workflows/release.yml
@@ -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/
+ cp target/${{ matrix.target }}/release/css-linter${{ matrix.bin_suffix }} artifacts/css-linter-${{ matrix.short }}
43
shell: bash
44
45
- name: Upload artifact
0 commit comments