file ends in .zip
This commit is contained in:
parent
956dbf546f
commit
8c571730fb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -46,8 +46,8 @@ jobs:
|
|||
- name: Upload Release Asset to versioned release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: gh release upload v${{ github.run_number }} lsm-${{ matrix.os }}
|
||||
run: gh release upload v${{ github.run_number }} lsm-${{ matrix.os }}.zip
|
||||
- name: Upload Release Asset to latest release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: gh release upload latest lsm-${{ matrix.os }}
|
||||
run: gh release upload latest lsm-${{ matrix.os }}.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue