Browse Source

fix pacman file name

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

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

@@ -148,11 +148,11 @@ jobs:
         uses: svenstaro/upload-release-action@v2
         uses: svenstaro/upload-release-action@v2
         with:
         with:
           repo_token: ${{ secrets.GITHUB_TOKEN }}
           repo_token: ${{ secrets.GITHUB_TOKEN }}
-          file: netclient_${{ env.PACKAGE_VERSION }}-1_x86_64.pkg.tar.zst
+          file: netclient_${{ env.PACKAGE_VERSION }}-1-x86_64.pkg.tar.zst
           tag: ${{ env.NETMAKER_VERSION }}
           tag: ${{ env.NETMAKER_VERSION }}
           overwrite: true
           overwrite: true
           prerelease: true
           prerelease: true
-          asset_name: netclient_${{ env.PACKAGE_VERSION }}_x86_64.pkg.tar.zst
+          asset_name: netclient_${{ env.PACKAGE_VERSION }}-1-x86_64.pkg.tar.zst
 
 
   netclient-arm:
   netclient-arm:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest