Skip to content

Commit

Permalink
no longer attempting symlink creation, and updating builder usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed Aug 22, 2023
1 parent be6c037 commit ebabb25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
lfs: true

#CreateSymbolicLink:
- name: CreateSymbolicLink
run: Assets/CreateSymbolicLink.sh
#- name: CreateSymbolicLink
#run: Assets/CreateSymbolicLink.sh

#Cache
- uses: actions/cache@v1.2.1
Expand Down Expand Up @@ -103,8 +103,8 @@ jobs:


#CreateSymbolicLink:
- name: CreateSymbolicLink
run: Assets/CreateSymbolicLink.sh
#- name: CreateSymbolicLink
#run: Assets/CreateSymbolicLink.sh

#Cache
- uses: actions/cache@v1.2.1
Expand All @@ -116,7 +116,7 @@ jobs:
Library-

#Build
- uses: game-ci/unity-builder@v2.2.0
- uses: game-ci/unity-builder@v3
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
Expand Down

0 comments on commit ebabb25

Please sign in to comment.