Skip to content

Commit 192c888

Browse files
authored
Update build.yml
1 parent f55cde0 commit 192c888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
env:
5757
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
5858
with:
59-
projectPath: unity
59+
projectPath: .
6060
unityVersion: ${{ matrix.unityVersion }}
6161
targetPlatform: ${{ matrix.targetPlatform }}
6262
# Dedicated server
@@ -78,4 +78,4 @@ jobs:
7878
uses: softprops/action-gh-release@v1
7979
with:
8080
files: ${{ matrix.targetPlatform }}.zip
81-
name: Release ${{ github.ref }}
81+
name: Release ${{ github.ref }}

0 commit comments

Comments
 (0)