Skip to content

Commit

Permalink
Clear old release files.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelonken committed Jan 5, 2024
1 parent 67c254e commit 13cbbed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ jobs:
name: dcmtk-install-zip-package
path: ${{ github.workspace }}\dcmtk-install


# prerelease-packages-clean-pattern is still missing
- name: Publish package
run: |
echo "Listing install dir: ${{ github.workspace }}\dcmtk-install"
Expand All @@ -120,5 +118,6 @@ jobs:
--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-clear-pattern "dcmtk-*-win64*.zip" `
--prerelease-packages-keep-pattern "*${{ env.NOW }}-${{ env.COMMIT_SHORT_SHA }}*" `
--token ${{ secrets.PUBLISH_RELEASE_TOKEN }}

0 comments on commit 13cbbed

Please sign in to comment.