diff --git a/.github/workflows/make_binaries.yml b/.github/workflows/make_binaries.yml index 1530220b..ab91a892 100644 --- a/.github/workflows/make_binaries.yml +++ b/.github/workflows/make_binaries.yml @@ -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