Skip to content

Commit

Permalink
fixed error on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Cibbi committed Mar 16, 2022
1 parent d292c79 commit d358a3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: |
node .github/update-version-number.js ${{ env.SOURCE_TAG }}
echo "${{ env.SOURCE_TAG }}" > Editor/Resources/TSR/VERSION.txt
env:
SOURCE_TAG: ${{ steps.branch_name.outputs.SOURCE_TAG }}
- name: Prepare Folder For Packaging
run: |
mkdir -p "Assets/VRLabs/Toony Standard Rebuild"
Expand Down

0 comments on commit d358a3a

Please sign in to comment.