fix(linux): don't escape wildcard for package filename

This commit is contained in:
Eberhard Beilharz 2024-06-03 14:55:52 +02:00
parent eaeb3c2093
commit 7c2adf60c2
No known key found for this signature in database
GPG key ID: E9140597606020D3

View file

@ -70,7 +70,7 @@ jobs:
cd ${{ github.workspace }}/keyman/linux
./scripts/deb-packaging.sh \
--gha \
--bin-pkg "${GITHUB_WORKSPACE}/artifacts/${PKG_NAME}\*_${{ steps.environment_step.outputs.VERSION }}-1${{ steps.environment_step.outputs.PRERELEASE_TAG }}+$(lsb_release -c -s)1_amd64.deb" \
--bin-pkg "${GITHUB_WORKSPACE}/artifacts/${PKG_NAME}*_${{ steps.environment_step.outputs.VERSION }}-1${{ steps.environment_step.outputs.PRERELEASE_TAG }}+$(lsb_release -c -s)1_amd64.deb" \
--git-sha "${{ steps.environment_step.outputs.GIT_SHA }}" \
--git-base "${{ steps.environment_step.outputs.GIT_BASE }}" \
verify 2>> $GITHUB_STEP_SUMMARY