mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
Add version to assets (#276)
This commit is contained in:
parent
131a635867
commit
be4ea8424f
2 changed files with 3 additions and 3 deletions
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
|
|
@ -38,5 +38,5 @@ jobs:
|
|||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: target/tar/navi.tar.gz
|
||||
asset_name: navi-${{ matrix.target }}.tar.gz
|
||||
tag: ${{ github.ref }}
|
||||
tag: ${{ github.ref }}
|
||||
asset_name: navi-${{ github.ref }}-${{ matrix.target }}.tar.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue