Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Fixed indentions, again.
  • Loading branch information
reithegoat committed Aug 19, 2022
1 parent c45be78 commit 8fee5e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,27 @@ jobs:
- StandaloneWindows64 # Build a Windows 64-bit standalone.
steps:
- uses: actions/checkout@v3
with:
with:
fetch-depth: 0
lfs: true
- uses: actions/cache@v2
with:
with:
path: Library
key: Library-FridayNight-${{ matrix.targetPlatform }}
restore-keys: |
Library-FridayNight-
Library-
- uses: game-ci/unity-builder@v2
env:
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
with:
with:
targetPlatform: ${{ matrix.targetPlatform }}
versioning: Semantic
buildName: Unity Party
- uses: actions/upload-artifact@v2
with:
with:
name: Build-${{ matrix.targetPlatform }}
path: build/${{ matrix.targetPlatform }}


0 comments on commit 8fee5e0

Please sign in to comment.