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 2dbc04f commit 0f43170Copy full SHA for 0f43170
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Rename binary
40
run: |
41
mkdir -p artifacts
42
- cp target/release/css-linter${{ matrix.bin_suffix }} artifacts/
+ cp target/${{ matrix.target }}/release/css-linter${{ matrix.bin_suffix }} artifacts/
43
shell: bash
44
45
- name: Upload artifact
@@ -63,4 +63,4 @@ jobs:
63
with:
64
files: artifacts/**/*
65
env:
66
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.TOKEN }}
0 commit comments