mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 21:02:25 +02:00
Fix broken upload paths for RPM distributions.
This commit is contained in:
parent
1216a52a70
commit
507d30bdfe
1 changed files with 2 additions and 1 deletions
3
.github/workflows/linux_server_build.yml
vendored
3
.github/workflows/linux_server_build.yml
vendored
|
@ -184,7 +184,8 @@ jobs:
|
|||
echo "RELEASE_NUMBER=${{ github.run_number }}" >> $GITHUB_ENV
|
||||
else # tagged
|
||||
echo "DEBVERSION=${{ github.ref_name }}-$GIT_COMMIT_SHORT-${{ matrix.os }}" >> $GITHUB_ENV
|
||||
echo "RPMVERSION=${{ github.ref_name }}.$GIT_COMMIT_SHORT" >> $GITHUB_ENV
|
||||
# We remove all dash characters from RPM versions, because rpmbuild doesn't allow dashes in version numbers.
|
||||
echo "RPMVERSION=${{ github.ref_name }}//-.$GIT_COMMIT_SHORT" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
if [ "${{ github.ref_type }}" == "tag" ]; then # tagged
|
||||
|
|
Loading…
Reference in a new issue