We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f08981 commit d2971e0Copy full SHA for d2971e0
1 file changed
.github/workflows/deploy-steam.yml
@@ -28,15 +28,12 @@ jobs:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
30
- name: Upload to Steam
31
- uses: game-ci/steam-deploy@v3
+ uses: rom-rb/steam-deploy@v1
32
with:
33
username: ${{ vars.STEAM_USERNAME }}
34
password: ${{ secrets.STEAM_PASSWORD }}
35
- totp: ${{ secrets.STEAM_TOTP }}
+ totp_shared_secret: ${{ secrets.STEAM_TOTP }}
36
appId: ${{ vars.STEAM_APP_ID }}
37
- rootPath: project/builds
38
- releaseBranch: "beta"
39
buildDescription: "v${{ github.run_number }}"
40
- args: |
41
- +set_depot_build_path ${{ vars.STEAM_DEPOT_WINDOWS }} "Windows Desktop"
42
- +set_depot_build_path ${{ vars.STEAM_DEPOT_MACOS }} "macOS"
+ rootPath: builds
+ releaseBranch: "beta"
0 commit comments