diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0eeed18..2f08ff8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} with: - projectPath: unity + projectPath: . unityVersion: ${{ matrix.unityVersion }} targetPlatform: ${{ matrix.targetPlatform }} # Dedicated server @@ -78,4 +78,4 @@ jobs: uses: softprops/action-gh-release@v1 with: files: ${{ matrix.targetPlatform }}.zip - name: Release ${{ github.ref }} \ No newline at end of file + name: Release ${{ github.ref }}