We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183d0be commit d3d6a35Copy full SHA for d3d6a35
.github/workflows/steam.yml
@@ -20,7 +20,7 @@ jobs:
20
path: .fmod/Build
21
build:
22
name: Build for ${{ matrix.targetPlatform }}
23
- needs: [ release, fmod ]
+ needs: [ fmod ]
24
runs-on: ubuntu-latest
25
strategy:
26
matrix:
@@ -54,13 +54,13 @@ jobs:
54
targetPlatform: ${{ matrix.targetPlatform }}
55
versioning: Custom
56
version: ${{ needs.release.outputs.version }}
57
- buildMethod: Editor.BuildScript.Build
58
- name: Upload artifact
59
uses: actions/upload-artifact@v3
60
with:
61
name: Build-${{ matrix.targetPlatform }}
62
path: build/${{ matrix.targetPlatform }}
63
- deployToSteam:
+ release:
+ name: Release to Steam
64
needs: [ build ]
65
66
steps:
0 commit comments