mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-10 15:14:22 +08:00
rpm used x86_64
This commit is contained in:
parent
ab3e643d5e
commit
72ad35a695
1 changed files with 2 additions and 2 deletions
4
.github/workflows/buildandrelease.yml
vendored
4
.github/workflows/buildandrelease.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue