Skip to content

Commit

Permalink
Try different keep pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelonken committed Jan 11, 2024
1 parent 1336d33 commit cc5c225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ jobs:
--release-packages "${{ github.workspace }}\dcmtk-install\dcmtk-*-win64.zip" `
--prerelease-packages "${{ github.workspace }}\dcmtk-install\dcmtk-*-win64.zip" `
--prerelease-packages-clear-pattern "dcmtk-*-win64.zip" `
--prerelease-packages-keep-pattern "*${{ env.NOW }}-${{ env.COMMIT_SHORT_SHA }}*" `
--prerelease-packages-keep-pattern "*<COMMIT_SHORT_SHA>*" `
--token ${{ secrets.PUBLISH_RELEASE_TOKEN }}

0 comments on commit cc5c225

Please sign in to comment.