Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PNone authored Sep 28, 2023
1 parent 464157c commit ea66da7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
fail-fast: false
matrix:
projectPath:
- FrogSmashers
- ${{ env.PROJECT_PATH }}
targetPlatform:
- StandaloneLinux64
steps:
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
fail-fast: false
matrix:
projectPath:
- FrogSmashers
- ${{ env.PROJECT_PATH }}
targetPlatform:
- StandaloneOSX
steps:
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
fail-fast: false
matrix:
projectPath:
- FrogSmashers
- ${{ env.PROJECT_PATH }}
targetPlatform:
# - StandaloneWindows
- StandaloneWindows64
Expand Down

0 comments on commit ea66da7

Please sign in to comment.