Skip to content

Commit

Permalink
BUG: add missing newlines
Browse files Browse the repository at this point in the history
re #478
  • Loading branch information
fedorov authored Oct 21, 2023
1 parent 09793a3 commit b977459
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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
--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>*"
ci_addons publish_github_release QIICR/dcmqi \
--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>*" \
--exit-success-if-missing-token --token ${{ secrets.GA_TOKEN }}

0 comments on commit b977459

Please sign in to comment.