Skip to content

Commit

Permalink
Update autobuild.yml
Browse files Browse the repository at this point in the history
Update steam-deploy
  • Loading branch information
PieKing1215 authored Dec 30, 2023
1 parent 486fb79 commit 685fee0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,10 @@ jobs:
path: package/

- name: Steam Deploy
uses: game-ci/steam-deploy@v2.0.0
uses: game-ci/steam-deploy@v3.0.0
with:
username: ${{ secrets.STEAM_USERNAME }}
password: ${{ secrets.STEAM_PASSWORD }}
configVdf: ${{ secrets.STEAM_CONFIG_VDF}}
ssfnFileName: ${{ secrets.STEAM_SSFN_FILE_NAME }}
ssfnFileContents: ${{ secrets.STEAM_SSFN_FILE_CONTENTS }}
appId: 1284340
buildDescription: "nightly-${{ steps.short-sha.outputs.sha }}"
rootPath: package
Expand Down

0 comments on commit 685fee0

Please sign in to comment.