Skip to content

Commit 3badcc3

Browse files
committed
update output
1 parent bdb6029 commit 3badcc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Package it all up
6565
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
66+
run: cd output && if [ "${{ matrix.output }}" = "zip" ]; then 7z a -r -tzip ./out.zip .; else tar -czvf ./out.tar.gz -C output *; fi
6767

6868
- name: Get Release File Name & Upload URL
6969
id: get_release_info

0 commit comments

Comments
 (0)