Skip to content

Commit

Permalink
update output
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsondev committed Nov 25, 2020
1 parent bdb6029 commit 3badcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Package it all up
shell: bash
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

- name: Get Release File Name & Upload URL
id: get_release_info
Expand Down

0 comments on commit 3badcc3

Please sign in to comment.