Skip to content

Commit

Permalink
Added project path
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Losier committed Aug 9, 2023
1 parent 177a09a commit 7bbc915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
buildForAllSupportedPlatforms:
name: Build for ${{ matrix.targetPlatform }}
runs-on: ubuntu-latest
projectPath: /YATSS-Lost-Miner/
strategy:
fail-fast: false
matrix:
Expand All @@ -30,6 +29,7 @@ jobs:
- uses: game-ci/unity-builder@v2
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
projectPath: /YATSS-Lost-Miner/
with:
targetPlatform: ${{ matrix.targetPlatform }}
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7bbc915

Please sign in to comment.