build(packaging): version number improvements (#4037)
This commit is contained in:
parent
5ef3f2ff5c
commit
2259141bd2
16 changed files with 104 additions and 69 deletions
6
.github/workflows/ci-linux.yml
vendored
6
.github/workflows/ci-linux.yml
vendored
|
|
@ -9,7 +9,7 @@ on:
|
|||
release_commit:
|
||||
required: true
|
||||
type: string
|
||||
release_tag:
|
||||
release_version:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
|
|
@ -87,7 +87,7 @@ jobs:
|
|||
- name: Build Linux
|
||||
env:
|
||||
BRANCH: ${{ github.head_ref || github.ref_name }}
|
||||
BUILD_VERSION: ${{ inputs.release_tag }}
|
||||
BUILD_VERSION: ${{ inputs.release_version }}
|
||||
COMMIT: ${{ inputs.release_commit }}
|
||||
run: |
|
||||
chmod +x ./scripts/linux_build.sh
|
||||
|
|
@ -102,7 +102,7 @@ jobs:
|
|||
- name: Set AppImage Version
|
||||
if: matrix.name == 'AppImage'
|
||||
run: |
|
||||
version=${{ inputs.release_tag }}
|
||||
version=${{ inputs.release_version }}
|
||||
echo "VERSION=${version}" >> $GITHUB_ENV
|
||||
|
||||
- name: Package Linux - AppImage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue