Browse Source

fix arm64 deb deployment

Matthew R Kasun 3 years ago
parent
commit
d6ac9e476e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/buildandrelease.yml

+ 2 - 2
.github/workflows/buildandrelease.yml

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