Skip to content

Commit

Permalink
Check whether clear-pattern is a problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelonken committed Jan 5, 2024
1 parent 6e575f7 commit 00245aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ jobs:
pip install -U "scikit-ci-addons>=0.22.0"
ci_addons publish_github_release michaelonken/dcmtk `
--exit-success-if-missing-token `
--release-packages "${{ github.workspace }}\dcmtk-install\dcmtk-*-win64.zip" `
--prerelease-packages "${{ github.workspace }}\dcmtk-install\dcmtk-*-win64*.zip" `
--release-packages "${{ github.workspace }}\dcmtk-install\dcmtk-*-win64*.zip" `
--prerelease-packages "${{ github.workspace }}\dcmtk-install\dcmtk-*-win64-*.zip" `
--prerelease-packages-clear-pattern "dcmtk-*-win64*" `
--prerelease-packages-keep-pattern "*<COMMIT_DATE>-<COMMIT_SHORT_SHA>*" `
--token ${{ secrets.PUBLISH_RELEASE_TOKEN }}

0 comments on commit 00245aa

Please sign in to comment.