Skip to content

Commit

Permalink
Fix pre-release file pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelonken committed Jan 5, 2024
1 parent 8f96254 commit ef75ea1
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 @@ -116,6 +116,6 @@ jobs:
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" `
--prerelease-packages "${{ github.workspace }}\dcmtk-install\dcmtk-*-win64*.zip" `
--prerelease-packages-keep-pattern "*<COMMIT_DATE>-<COMMIT_SHORT_SHA>*" `
--token ${{ secrets.PUBLISH_RELEASE_TOKEN }}

0 comments on commit ef75ea1

Please sign in to comment.