Skip to content

Commit

Permalink
More debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelonken committed Oct 17, 2023
1 parent 7a0443f commit 37ce8a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmake-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: dcmqi-build
path: ${{ github.workspace }}\dcmqi-build\dcmqi-build\dcmqi-*-win64.zip
path: ${{ github.workspace }}\dcmqi-build\dcmqi-build\dcmqi-*-win64*.zip

# TODO remove (debug)
- name: Display structure of github workspace files
Expand All @@ -87,12 +87,12 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: dcmqi-build
#path: ${{ github.workspace }}\dcmqi-build\dcmqi-build\dcmqi-*-win64.zip
#path: ${{ github.workspace }}\dcmqi-build\dcmqi-build\dcmqi-*-win64*.zip
path: ${{ github.workspace }}\dcmqi-build\dcmqi-build

- name: Display structure of github workspace files
run: ls -R
working-directory: ${{ github.workspace }}
# - name: Display structure of github workspace files
# run: ls -R
# working-directory: ${{ github.workspace }}

- name: Publish package
run: |
Expand Down

0 comments on commit 37ce8a4

Please sign in to comment.