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 e5b0ecb commit 297d6a2Copy full SHA for 297d6a2
.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/release/css-linter${{ matrix.bin_suffix }} artifacts/
43
shell: bash
44
45
- name: Upload artifact
0 commit comments