Skip to content

Commit 297d6a2

Browse files
test #2
1 parent e5b0ecb commit 297d6a2

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
@@ -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/
42+
cp target/release/css-linter${{ matrix.bin_suffix }} artifacts/
4343
shell: bash
4444

4545
- name: Upload artifact

0 commit comments

Comments
 (0)