Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 77effc9

Browse files
committedDec 6, 2023
Change try to build on the merged master version
1 parent c7471d1 commit 77effc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/upgrade-unity.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
git fetch origin master
8383
git merge FETCH_HEAD
8484
git push
85+
git checkout ${{ github.ref }}
8586
8687
# Unity 2020 cache is not compatible with older versions
8788
- name: Unity Library Cache 2020 or higher

0 commit comments

Comments
 (0)
Please sign in to comment.