Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seinsinnes authored Dec 16, 2023
1 parent 40591d4 commit 0c41ef1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
runs-on: windows-latest
steps:

#Make sure to checkout with lfs otherwise large files won't be downloaded correctly.
- uses: actions/checkout@v4

#Get the version for build and store in environment variable for later use.
Expand Down Expand Up @@ -53,7 +52,7 @@ jobs:

#Activate requires unity account creds for unity license checkout.
- name: Activate Unity
uses: seinsinnes/activate-unity@v1.3
uses: seinsinnes/activate-unity@v1.4
with:
unity-username: ${{ secrets.UNITY_USERNAME }}
unity-password: ${{ secrets.UNITY_PASSWORD }}
Expand Down

0 comments on commit 0c41ef1

Please sign in to comment.