Skip to content

Commit 0f43170

Browse files
test #3
1 parent 2dbc04f commit 0f43170

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
@@ -39,7 +39,7 @@ jobs:
3939
- name: Rename binary
4040
run: |
4141
mkdir -p artifacts
42-
cp target/release/css-linter${{ matrix.bin_suffix }} artifacts/
42+
cp target/${{ matrix.target }}/release/css-linter${{ matrix.bin_suffix }} artifacts/
4343
shell: bash
4444

4545
- name: Upload artifact
@@ -63,4 +63,4 @@ jobs:
6363
with:
6464
files: artifacts/**/*
6565
env:
66-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66+
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 commit comments

Comments
 (0)