Skip to content

Commit

Permalink
use gnu tar on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbrech committed Dec 12, 2023
1 parent 0e97294 commit bdcec85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ runs:
- name: create build dir archive
shell: bash
run: |
echo PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH" >> $GITHUB_ENV
tar -czf build.tar.gz build
- name: Upload build directory
Expand Down

0 comments on commit bdcec85

Please sign in to comment.