Skip to content

Commit c2fe60f

Browse files
committed
fix Windows again (:
1 parent c41891b commit c2fe60f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/make_binaries.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ jobs:
6363
6464
- name: Create archive for Windows
6565
if: startsWith(matrix.os, 'windows')
66-
run: tar.exe acvf dcm2bids_${{ runner.os }}_${{ github.event.release.tag_name }}.zip \
67-
-C build *.exe
66+
run: tar.exe cavf dcm2bids_${{ runner.os }}_${{ github.event.release.tag_name }}.zip -C build *.exe
6867

6968
- name: Upload binaries
7069
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)