Skip to content

Commit

Permalink
Tar ykman directory to preserve symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Jun 24, 2024
1 parent 99ede24 commit 327fa3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ jobs:
working-directory: ./dist
run: ./scripts/make_pkg.sh

- name: Tar files
working-directory: ./dist
run: |
tar -czf ykman.tar.gz ykman
rm -rf ykman
- name: Upload build
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 327fa3c

Please sign in to comment.