mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-27 01:23:00 +08:00
rpm file names again
This commit is contained in:
parent
8e08ff0136
commit
69aead04f7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/buildandrelease.yml
vendored
4
.github/workflows/buildandrelease.yml
vendored
|
@ -94,7 +94,7 @@ jobs:
|
|||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# remove -1 only needed for version with _testing
|
||||
file: netclient_${{ env.PACKAGE_VERSION }}-1_x86_64.rpm
|
||||
file: netclient_${{ env.PACKAGE_VERSION }}.1_x86_64.rpm
|
||||
tag: ${{ env.NETMAKER_VERSION }}
|
||||
overwrite: true
|
||||
prerelease: true
|
||||
|
@ -181,7 +181,7 @@ jobs:
|
|||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: netclient_${{ env.PACKAGE_VERSION }}_arm64.rpm
|
||||
file: netclient_${{ env.PACKAGE_VERSION }}.1_arm64.rpm
|
||||
tag: ${{ env.NETMAKER_VERSION }}
|
||||
overwrite: true
|
||||
prerelease: true
|
||||
|
|
Loading…
Reference in a new issue