Skip to content

Commit

Permalink
fix linux mac output
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsondev committed Nov 25, 2020
1 parent 2a75f3f commit c4dba75
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 @@ -62,7 +62,7 @@ jobs:

- name: Package it all up
shell: bash
run: cd output && if [ "${{ matrix.output }}" = "zip" ]; then 7z a -r -tzip ../out.zip .; 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 *; fi

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

0 comments on commit c4dba75

Please sign in to comment.