Skip to content

Commit

Permalink
fix install path.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelonken committed Jan 5, 2024
1 parent 9c474d6 commit 4cac0b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cmake-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,14 @@ jobs:
run: |
cd ${{ github.workspace }}\dcmtk-build
cmake --build . --config Release --target INSTALL -- /m
Compress-Archive -Path ${{ github.workspace }}\dcmtk-build\dcmtk-install -Destination ${{ github.workspace }}\dcmtk-build\dcmtk-install\dcmtk-${{ env.NOW }}-win64.zip
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-build
path: ${{ github.workspace }}\dcmtk-build\dcmtk-install\dcmtk-*-win64.zip
path: ${{ github.workspace }}\dcmtk-install\dcmtk-*-win64.zip

publish-windows:

Expand Down

0 comments on commit 4cac0b7

Please sign in to comment.