Skip to content

Commit

Permalink
CI: trying to fix macos package publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov authored Oct 20, 2023
1 parent 1ea0a30 commit 12032e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmake-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
- name: Publish package
run: |
pip install -U "scikit-ci-addons>=0.22.0"
ci_addons publish_github_release qiicr/dcmqi
--exit-success-if-missing-token
--prerelease-packages "${{ github.workspace }}/dcmqi-build/dcmqi-build/dcmqi-*-mac-*.tar.gz"
--prerelease-packages-clear-pattern "dcmqi-*-mac-*" --prerelease-packages-keep-pattern "*<COMMIT_DATE>-<COMMIT_SHORT_SHA>*"
--token ${{ secrets.GA_TOKEN }}
ci_addons publish_github_release QIICR/dcmqi
--prerelease-packages "build/dcmqi-build/dcmqi-*-mac-*.tar.gz"
--prerelease-packages-clear-pattern "dcmqi-*-mac-*"
--prerelease-packages-keep-pattern "*<COMMIT_DATE>-<COMMIT_SHORT_SHA>*"
--exit-success-if-missing-token --token ${{ secrets.GA_TOKEN }}

0 comments on commit 12032e3

Please sign in to comment.