We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41891b commit c2fe60fCopy full SHA for c2fe60f
.github/workflows/make_binaries.yml
@@ -63,8 +63,7 @@ jobs:
63
64
- name: Create archive for Windows
65
if: startsWith(matrix.os, 'windows')
66
- run: tar.exe acvf dcm2bids_${{ runner.os }}_${{ github.event.release.tag_name }}.zip \
67
- -C build *.exe
+ run: tar.exe cavf dcm2bids_${{ runner.os }}_${{ github.event.release.tag_name }}.zip -C build *.exe
68
69
- name: Upload binaries
70
uses: actions/upload-artifact@v3
0 commit comments