Explorar el Código

rpm used x86_64

Matthew R Kasun hace 3 años
padre
commit
72ad35a695
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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