Skip to content

Commit

Permalink
fix Windows again (:
Browse files Browse the repository at this point in the history
  • Loading branch information
SamGuay committed Jun 30, 2023
1 parent c41891b commit c2fe60f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/make_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ jobs:
- name: Create archive for Windows
if: startsWith(matrix.os, 'windows')
run: tar.exe acvf dcm2bids_${{ runner.os }}_${{ github.event.release.tag_name }}.zip \
-C build *.exe
run: tar.exe cavf dcm2bids_${{ runner.os }}_${{ github.event.release.tag_name }}.zip -C build *.exe

- name: Upload binaries
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c2fe60f

Please sign in to comment.