mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-05 20:54:18 +08:00
fix arm64 deb deployment
This commit is contained in:
parent
5d26d40c0c
commit
d6ac9e476e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/buildandrelease.yml
vendored
4
.github/workflows/buildandrelease.yml
vendored
|
@ -213,8 +213,8 @@ jobs:
|
|||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: netclient_${{ env.PACKAGE_VERSION }}_amd64.deb
|
||||
file: netclient_${{ env.PACKAGE_VERSION }}_arm64.deb
|
||||
tag: ${{ env.NETMAKER_VERSION }}
|
||||
overwrite: true
|
||||
prerelease: true
|
||||
asset_name: netclient_${{ env.PACKAGE_VERSION }}_amd64.deb
|
||||
asset_name: netclient_${{ env.PACKAGE_VERSION }}_arm64.deb
|
||||
|
|
Loading…
Add table
Reference in a new issue