Skip to content

Commit

Permalink
Update Unity version and build.yml version
Browse files Browse the repository at this point in the history
[BUILD CI]
  • Loading branch information
TimAidleyAtUnity committed Jan 15, 2025
1 parent feebd22 commit 3e10a90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on: # yamllint disable-line rule:truthy
- cron: "34 19 * * sat" # Weekly, Saturday at 19:34 UTC

env:
UNITY_VERSION: "2022.3.34f1"
UNITY_VERSION: "6000.0.30f1"
PHOTON_PAT: ${{ secrets.PHOTON_PAT }} # This needs to be here, since you can't use a ${{ secrets }} within an if: condition
jobs:
configuration:
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.34f1
m_EditorVersionWithRevision: 2022.3.34f1 (4886f5360533)
m_EditorVersion: 6000.0.30f1
m_EditorVersionWithRevision: 6000.0.30f1 (538089a8e720)

0 comments on commit 3e10a90

Please sign in to comment.