Skip to content

Commit

Permalink
Remove Samples folder meta file with package build action
Browse files Browse the repository at this point in the history
  • Loading branch information
bnco-dev committed Apr 9, 2024
1 parent 52ff681 commit 3f59469
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-upm-from-project-folder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
git checkout ${{ inputs.upm-branch }}
- name: Rename samples to prevent Unity auto-import
run: git mv Samples Samples~
- name: Remove samples .meta file to stop empty folder import
run: git rm Samples.meta
- name: Print folder contents (for debug)
run: ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\// /g' -e 's/^/ /'
- name: Config user name
Expand Down

0 comments on commit 3f59469

Please sign in to comment.