Skip to content

Commit

Permalink
remove build dir from archive
Browse files Browse the repository at this point in the history
  • Loading branch information
SamGuay committed Jun 30, 2023
1 parent 7a108c5 commit c41891b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/make_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,12 @@ jobs:
run: |
chmod u+x build/dcm2bids{_helper,_scaffold}
tar -czvf dcm2bids_${{ runner.os }}_${{ github.event.release.tag_name }}.tar.gz \
build/dcm2bids \
build/dcm2bids_helper \
build/dcm2bids_scaffold
-C build dcm2bids dcm2bids_helper dcm2bids_scaffold
- name: Create archive for Windows
if: startsWith(matrix.os, 'windows')
run: tar.exe acvf dcm2bids_${{ runner.os }}_${{ github.event.release.tag_name }}.zip build/*.exe
run: tar.exe acvf 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 c41891b

Please sign in to comment.