Skip to content

Commit d3d6a35

Browse files
authored
build: fix Steam workflow (#31)
1 parent 183d0be commit d3d6a35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/steam.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
path: .fmod/Build
2121
build:
2222
name: Build for ${{ matrix.targetPlatform }}
23-
needs: [ release, fmod ]
23+
needs: [ fmod ]
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
@@ -54,13 +54,13 @@ jobs:
5454
targetPlatform: ${{ matrix.targetPlatform }}
5555
versioning: Custom
5656
version: ${{ needs.release.outputs.version }}
57-
buildMethod: Editor.BuildScript.Build
5857
- name: Upload artifact
5958
uses: actions/upload-artifact@v3
6059
with:
6160
name: Build-${{ matrix.targetPlatform }}
6261
path: build/${{ matrix.targetPlatform }}
63-
deployToSteam:
62+
release:
63+
name: Release to Steam
6464
needs: [ build ]
6565
runs-on: ubuntu-latest
6666
steps:

0 commit comments

Comments
 (0)