Skip to content

Commit

Permalink
chore: exclude symbols in tar (#2005)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalkia authored Sep 10, 2024
1 parent 6afcbe7 commit 0c7bbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-unitycloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:

- name: 'Tar artifact to maintain original permissions'
if: matrix.target == 'macos'
run: tar -cvf build.tar build
run: tar --exclude='build/Decentraland_BackUpThisFolder_ButDontShipItWithYourGame' -cvf build.tar build

- name: Upload artifact for macOS
if: matrix.target == 'macos'
Expand Down

0 comments on commit 0c7bbb0

Please sign in to comment.