fix arm64 deb deployment

This commit is contained in:
Matthew R Kasun 2022-03-09 11:23:24 -05:00 committed by GitHub
parent 5d26d40c0c
commit d6ac9e476e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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