mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
update release.yal
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: kubevpn
|
||||
asset_path: kubevpn-linux-amd64
|
||||
asset_name: kubevpn-linux-amd64
|
||||
asset_content_type: application/octet-stream
|
||||
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: kubevpn
|
||||
asset_path: kubevpn-darwin-amd64
|
||||
asset_name: kubevpn-darwin-amd64
|
||||
asset_content_type: application/octet-stream
|
||||
|
||||
@@ -80,6 +80,6 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: kubevpn.exe
|
||||
asset_path: kubevpn-windows-amd64.exe
|
||||
asset_name: kubevpn-windows-amd64.exe
|
||||
asset_content_type: application/octet-stream
|
||||
|
||||
Reference in New Issue
Block a user