Skip to content

Commit

Permalink
fix: gameci version
Browse files Browse the repository at this point in the history
  • Loading branch information
EuleMitKeule committed Dec 3, 2022
1 parent 745eb23 commit d0ff26e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-client-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
key: Library-blobby-volley-world-StandaloneLinux64

- name: Running unit tests
uses: game-ci/unity-test-runner@v2.0-alpha-2
uses: game-ci/unity-test-runner@v2
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
key: Library-blobby-volley-world-StandaloneLinux64

- name: Building Client
uses: game-ci/unity-builder@v2.0-alpha-6
uses: game-ci/unity-builder@v2
id: build
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-client-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
key: Library-blobby-volley-world-StandaloneWindows64

- name: Running unit tests
uses: game-ci/unity-test-runner@v2.0-alpha-2
uses: game-ci/unity-test-runner@v2
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
key: Library-blobby-volley-world-StandaloneWindows64

- name: Building Client
uses: game-ci/unity-builder@v2.0-alpha-6
uses: game-ci/unity-builder@v2
id: build
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
Expand Down

0 comments on commit d0ff26e

Please sign in to comment.