Skip to content

Commit

Permalink
Download artifact into correct destination path.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelonken committed Jan 5, 2024
1 parent 330e4c0 commit 6e575f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cmake-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,13 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: dcmtk-build
path: ${{ github.workspace }}\dcmtk-build
path: ${{ github.workspace }}\dcmtk-install


- name: Publish package
run: |
echo "Listing install dir: ${{ github.workspace }}\dcmtk-install"
ls ${{ github.workspace }}\dcmtk-install
pip install -U "scikit-ci-addons>=0.22.0"
ci_addons publish_github_release michaelonken/dcmtk `
--exit-success-if-missing-token `
Expand Down

0 comments on commit 6e575f7

Please sign in to comment.