diff --git a/.github/actions/dist-upload/action.yml b/.github/actions/dist-upload/action.yml index b60a276d5..ee4cc1069 100644 --- a/.github/actions/dist-upload/action.yml +++ b/.github/actions/dist-upload/action.yml @@ -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 diff --git a/ChangeLog b/ChangeLog index 35993a683..345b67edb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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: