Skip to content

Commit

Permalink
Fixed build.yml issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Greenfoot5 committed May 10, 2023
1 parent 989de48 commit 42e2fe1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ jobs:
with:
projectPath: 'Tower Defence'
targetPlatform: ${{ matrix.targetPlatform }}
if:
targetPlatform: ${{ matrix.targetPlatform != 'Android' }}
if: ${{ matrix.targetPlatform != 'Android' }}

- uses: game-ci/unity-builder@v2
env:
Expand All @@ -86,8 +85,7 @@ jobs:
androidKeyaliasName: ${{ secrets.ANDROID_KEYALIAS_NAME }}
androidKeyaliasPass: ${{ secrets.ANDROID_KEYALIAS_PASS }}
androidTargetSdkVersion: AndroidApiLevel31
if:
targetPlatform: ${{ matrix.targetPlatform == 'Android' }}
if: ${{ matrix.targetPlatform == 'Android' }}

- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 42e2fe1

Please sign in to comment.