mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 10:25:32 +00:00
fix(linux): don't escape wildcard for package filename
This commit is contained in:
parent
eaeb3c2093
commit
7c2adf60c2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/api-verification.yml
vendored
2
.github/workflows/api-verification.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue