Browse Source

rpm used x86_64

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

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

@@ -93,11 +93,11 @@ jobs:
         uses: svenstaro/upload-release-action@v2
         with:
           repo_token: ${{ secrets.GITHUB_TOKEN }}
-          file: netclient_${{ env.PACKAGE_VERSION }}_amd64.rpm
+          file: netclient_${{ env.PACKAGE_VERSION }}_x86_64.rpm
           tag: ${{ env.NETMAKER_VERSION }}
           overwrite: true
           prerelease: true
-          asset_name: netclient_${{ env.PACKAGE_VERSION }}_amd64.rpm
+          asset_name: netclient_${{ env.PACKAGE_VERSION }}_x86_64.rpm
 
               #- name: Upload arm5 to Release
               #  uses: svenstaro/upload-release-action@v2