Skip to content

Commit

Permalink
Do not bundle development folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklul committed Sep 25, 2023
1 parent 36943cc commit ab8322f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
myToken: ${{ secrets.GITHUB_TOKEN }}

- run: |
rm -fr "Assets/${{ env.ASSETS_FOLDER }}/Development"
echo "Assets/${{ env.ASSETS_FOLDER }}.meta" > metaList
find "Assets/${{ env.ASSETS_FOLDER }}/" -name \*.meta >> metaList
echo $GITHUB_REF_NAME > "Assets/${{ env.ASSETS_FOLDER }}/version.txt"
Expand Down

0 comments on commit ab8322f

Please sign in to comment.