Also cut + char for SHORT_VERSION var used on upload (#7465)

* Also cut + when creating `SHORT_VERSION` var for upload

* Update ChangeLog
This commit is contained in:
Nick Bolton
2024-09-02 16:18:34 +01:00
committed by GitHub
parent 22498f6985
commit d063e08942
2 changed files with 6 additions and 5 deletions

View File

@ -47,7 +47,7 @@ runs:
- if: ${{ inputs.use_gdrive == 'true' }}
run: |
SHORT_VERSION=$(echo "${{ inputs.package-version }}" | cut -d'-' -f1)
SHORT_VERSION=$(echo "${{ inputs.package-version }}" | cut -d'-' -f1 | cut -d'+' -f1)
echo "SHORT_VERSION=$SHORT_VERSION" >> $GITHUB_ENV
shell: bash

View File

@ -2,14 +2,15 @@
Enhancements:
- #7449 Wayland support (port Red Hat libei and libportal impl)
- #7449 Wayland support (port Red Hat `libei` and `libportal` impl)
- #7448 Only add PR comments for internal PR
- #7445 Update `config.yaml` to support Linux Mint build target
- #7453 Change default value for dev thanks message
- #7455 Use EI screen when XDG_SESSION_TYPE is "wayland"
- #7455 Use EI screen when `XDG_SESSION_TYPE` is "wayland"
- #7461 More robust `choco` install and helpful `install_deps.py` messages
- #7464 Restore --only-python arg to only install Python deps
-
- #7464 Restore `--only-python` arg to only install Python deps
- #7465 Also cut `+` char for `SHORT_VERSION` var used on upload
# 1.15.1
Enhancements: