Skip to content

Commit 618ab73

Browse files
committed
Test
1 parent 6aac0ed commit 618ab73

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,14 @@ jobs:
3131

3232
- name: Create package
3333
run: |
34-
tar cvzf cstest.tar.gz cstest
34+
tar cvzf cstest-linux.tar.gz cstest
3535
3636
- name: Upload package
37-
uses: actions/[email protected]
37+
uses: skx/github-action-publish-binaries@54e5edf6f0a5bc3ee3b23b121e8f82828d11dfe6
38+
env:
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3840
with:
39-
name: cstest-linux.tar.gz
40-
path: cstest.tar.gz
41+
args: cstest-linux.tar.gz
4142

4243
windows-build:
4344
name: Windows build

0 commit comments

Comments
 (0)