Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertodias authored Oct 18, 2022
1 parent f55cde0 commit 192c888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
projectPath: unity
projectPath: .
unityVersion: ${{ matrix.unityVersion }}
targetPlatform: ${{ matrix.targetPlatform }}
# Dedicated server
Expand All @@ -78,4 +78,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: ${{ matrix.targetPlatform }}.zip
name: Release ${{ github.ref }}
name: Release ${{ github.ref }}

0 comments on commit 192c888

Please sign in to comment.