mirror of
https://github.com/gravitl/netmaker.git
synced 2026-04-22 16:07:11 +08:00
fix arm64 deb deployment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user