Skip to content

Commit d2971e0

Browse files
authored
Update Steam deploy action and configuration
1 parent 1f08981 commit d2971e0

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/deploy-steam.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,12 @@ jobs:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929

3030
- name: Upload to Steam
31-
uses: game-ci/steam-deploy@v3
31+
uses: rom-rb/steam-deploy@v1
3232
with:
3333
username: ${{ vars.STEAM_USERNAME }}
3434
password: ${{ secrets.STEAM_PASSWORD }}
35-
totp: ${{ secrets.STEAM_TOTP }}
35+
totp_shared_secret: ${{ secrets.STEAM_TOTP }}
3636
appId: ${{ vars.STEAM_APP_ID }}
37-
rootPath: project/builds
38-
releaseBranch: "beta"
3937
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"
38+
rootPath: builds
39+
releaseBranch: "beta"

0 commit comments

Comments
 (0)