Skip to content

Commit

Permalink
include example options in release
Browse files Browse the repository at this point in the history
  • Loading branch information
sbashford committed Apr 13, 2023
1 parent 5359ddf commit 42a9a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: cargo build --release
- name: create GitHub release
run: |
7z.exe a dicon-nifti-formatting-${{ steps.get_version.outputs.tag }}.zip target\release\convert-nifti-to-dat.exe
7z.exe a dicon-nifti-formatting-${{ steps.get_version.outputs.tag }}.zip target\release\convert-nifti-to-dat.exe example-options.json
gh release create v${{ steps.get_version.outputs.tag }} dicon-nifti-formatting-${{ steps.get_version.outputs.tag }}.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 42a9a8c

Please sign in to comment.