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 bdb6029 commit 3badcc3Copy full SHA for 3badcc3
.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: cd output && if [ "${{ matrix.output }}" = "zip" ]; then 7z a -r -tzip ./out.zip .; 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