mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-12 09:40:46 +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
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: netclient_${{ env.PACKAGE_VERSION }}_amd64.deb
|
file: netclient_${{ env.PACKAGE_VERSION }}_arm64.deb
|
||||||
tag: ${{ env.NETMAKER_VERSION }}
|
tag: ${{ env.NETMAKER_VERSION }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
prerelease: 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