|
|
@ -67,10 +67,7 @@ jobs:
|
|
|
|
uses: game-ci/steam-deploy@v3
|
|
|
|
uses: game-ci/steam-deploy@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
username: ${{ secrets.STEAM_USERNAME }}
|
|
|
|
username: ${{ secrets.STEAM_USERNAME }}
|
|
|
|
password: ${{ secrets.STEAM_PASSWORD }}
|
|
|
|
|
|
|
|
configVdf: ${{ secrets.STEAM_CONFIG_VDF}}
|
|
|
|
configVdf: ${{ secrets.STEAM_CONFIG_VDF}}
|
|
|
|
ssfnFileName: ${{ secrets.STEAM_SSFN_FILE_NAME }}
|
|
|
|
|
|
|
|
ssfnFileContents: ${{ secrets.STEAM_SSFN_FILE_CONTENTS }}
|
|
|
|
|
|
|
|
appId: 2346660
|
|
|
|
appId: 2346660
|
|
|
|
buildDescription: ${{ github.event.inputs.version }}
|
|
|
|
buildDescription: ${{ github.event.inputs.version }}
|
|
|
|
rootPath: build
|
|
|
|
rootPath: build
|
|
|
|