Skip to content

Commit e1ec96f

Browse files
committed
Added -h to tar on macos to preserve symlinks
1 parent 938e1ee commit e1ec96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Compress the build
3030
run: |
3131
cd dist
32-
tar -czvf arduino_logique_macos.tar.gz arduino_logique
32+
tar -chzvf arduino_logique_macos.tar.gz arduino_logique
3333
3434
- name: Upload artifact
3535
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)