Skip to content

Commit f5a320e

Browse files
committed
fix zip output location
1 parent 30a746f commit f5a320e

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
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Package it all up
6464
shell: bash
65-
run: cd output && if [ "${{ matrix.output }}" = "zip" ]; then 7z a -r -tzip ./out.zip .; else tar -czvf ./out.tar.gz -C output *; fi
65+
run: cd output && if [ "${{ matrix.output }}" = "zip" ]; then 7z a -r -tzip ../out.zip .; else tar -czvf ../out.tar.gz -C output *; fi
6666

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

0 commit comments

Comments
 (0)