1
0
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:
Ferdinand Mütsch
2020-05-31 09:52:13 +02:00
parent 274be6caf8
commit 05b740c87d
3 changed files with 7 additions and 3 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
name: Build WakAPI on Windows
name: Build Wakapi on Windows
on:
release: