use the right syntax for zip
This commit is contained in:
parent
645a6d78af
commit
956dbf546f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
name: lsm-${{ matrix.os }}
|
||||
path: dist
|
||||
- name: zip up dist
|
||||
run: zip -r dist.zip lsm-${{ matrix.os }}
|
||||
run: zip -r lsm-${{ matrix.os }}.zip dist
|
||||
- name: Upload Release Asset to versioned release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue