Skip to content

Commit

Permalink
remove helika, add treasure plugins (for unitypackage action)
Browse files Browse the repository at this point in the history
  • Loading branch information
aphexyuri committed Oct 5, 2024
1 parent 0a55d99 commit 726ea24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "STATUS=$(gh release view ${{steps.version.outputs.TAG_NAME}} --json isDraft)" >> $GITHUB_OUTPUT
- name: Select files
run: |
for folder in "Helika" "Thirdweb" "Plugins" "Treasure/Example" "Treasure/TDK"
for folder in "Plugins" "Thirdweb" "Treasure/Example" "Treasure/Plugins" "Treasure/TDK"
do
echo "Assets/$folder.meta" >> metaList
find "Assets/$folder" -name \*.meta >> metaList
Expand Down

0 comments on commit 726ea24

Please sign in to comment.