mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
chore: try keep same name
This commit is contained in:
parent
ad566993ad
commit
f5fba04097
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
alias: [linux, mac, win]
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
@ -66,5 +67,5 @@ jobs:
|
||||
with:
|
||||
upload_url: ${{ github.event.release.upload_url }}
|
||||
asset_path: release.zip
|
||||
asset_name: wakapi_${{ runner.os }}_amd64.zip
|
||||
asset_name: wakapi_${{ matrix.alias }}_amd64.zip
|
||||
asset_content_type: application/gzip
|
||||
|
Loading…
Reference in New Issue
Block a user