mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
Compare commits
2 Commits
2.2.3-test
...
2.2.3-test
Author | SHA1 | Date | |
---|---|---|---|
3b87511f48 | |||
f5fba04097 |
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -15,6 +15,13 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
include:
|
||||
- platform: ubuntu-latest
|
||||
alias: linux
|
||||
- platform: macos-latest
|
||||
alias: mac
|
||||
- platform: windows-latest
|
||||
alias: win
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
@ -66,5 +73,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
|
||||
|
Reference in New Issue
Block a user