Skip to content

Commit

Permalink
BUG: specify full folder name
Browse files Browse the repository at this point in the history
Trying to fix #478
  • Loading branch information
fedorov authored Oct 20, 2023
1 parent 12032e3 commit 05f9895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
run: |
pip install -U "scikit-ci-addons>=0.22.0"
ci_addons publish_github_release QIICR/dcmqi
--prerelease-packages "build/dcmqi-build/dcmqi-*-mac-*.tar.gz"
--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 05f9895

Please sign in to comment.