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 f73bf21 commit bdb6029Copy full SHA for bdb6029
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
64
- name: Package it all up
65
shell: bash
66
- run: if [ "${{ matrix.output }}" = "zip" ]; then 7z a -r -tzip ./out.zip ./output/; else tar -czvf ./out.tar.gz -C output .; fi
+ run: if [ "${{ matrix.output }}" = "zip" ]; then 7z a -r -tzip ./out.zip ./output; else tar -czvf ./out.tar.gz -C output ./; fi
67
68
- name: Get Release File Name & Upload URL
69
id: get_release_info
0 commit comments