Skip to content

Commit

Permalink
Revert non-zipping.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelonken committed Jan 5, 2024
1 parent 4874140 commit 8f96254
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/cmake-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,14 @@ jobs:
run: |
cd ${{ github.workspace }}\dcmtk-build
cmake --build . --config Release --target INSTALL -- /m
Compress-Archive -Path ${{ github.workspace }}\dcmtk-install -Destination ${{ github.workspace }}\dcmtk-install\dcmtk-${{ env.NOW }}-win64.zip
echo "Listing install dir: ${{ github.workspace }}\dcmtk-install"
ls ${{ github.workspace }}\dcmtk-install
- uses: actions/upload-artifact@v3
with:
name: dcmtk-install
path: ${{ github.workspace }}\dcmtk-install
name: dcmtk-install-zip-package
path: ${{ github.workspace }}\dcmtk-install\dcmtk-*-win64.zip

publish-windows:

Expand All @@ -103,13 +104,13 @@ jobs:
fetch-tags: true
- uses: actions/download-artifact@v3
with:
name: dcmtk-install
path: ${{ github.workspace }}
name: dcmtk-install-zip-package
path: ${{ github.workspace }}\dcmtk-install


- name: Publish package
run: |
echo "Listing workspace dir: ${{ github.workspace }}\dcmtk-install"
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 `
Expand Down

0 comments on commit 8f96254

Please sign in to comment.