mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
chore: minor changes to the github actions
This commit is contained in:
4
.github/workflows/linux-build-on-release.yml
vendored
4
.github/workflows/linux-build-on-release.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Build WakAPI on Linux
|
||||
name: Build Wakapi on Linux
|
||||
|
||||
on:
|
||||
release:
|
||||
@@ -39,5 +39,5 @@ jobs:
|
||||
with:
|
||||
upload_url: ${{ github.event.release.upload_url }}
|
||||
asset_path: release.zip
|
||||
asset_name: wakapi_linux.zip
|
||||
asset_name: wakapi_linux_amd64.zip
|
||||
asset_content_type: application/gzip
|
||||
|
||||
2
.github/workflows/win-build-on-release.yml
vendored
2
.github/workflows/win-build-on-release.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Build WakAPI on Windows
|
||||
name: Build Wakapi on Windows
|
||||
|
||||
on:
|
||||
release:
|
||||
|
||||
Reference in New Issue
Block a user