Skip to content

Commit

Permalink
add if
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonic853 committed Aug 16, 2024
1 parent ce4385e commit 3b3a660
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ jobs:
zip -r ${{ steps.read_version.outputs.name }}-${{ steps.read_version.outputs.current_version }}.zip . -x ".git*" ".github*" "Packages*"
- name: Track Package Meta Files
if: steps.read_version.outputs.last_tag != steps.read_version.outputs.current_version
run: find "Packages/" -name \*.meta >> metaList

- name: Create UnityPackage
if: steps.read_version.outputs.last_tag != steps.read_version.outputs.current_version
uses: pCYSl5EDgo/create-unitypackage@master
with:
package-path: ${{ steps.read_version.outputs.name }}-${{ steps.read_version.outputs.current_version }}.unitypackage
Expand Down

0 comments on commit 3b3a660

Please sign in to comment.