diff --git a/.github/workflows/buildandrelease.yml b/.github/workflows/buildandrelease.yml index ff476de2..deb5ab9f 100644 --- a/.github/workflows/buildandrelease.yml +++ b/.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