Update release-steam.yml

master
Vitaly Mikhailov 3 years ago committed by GitHub
parent ba2bbe9914
commit a9f3a07100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -86,7 +86,10 @@ jobs:
with:
node-version: 16
- run: cd ./steam-totp && npm ci && node ./src/index.js {{ secrets.STEAM_AUTH_CODE }}
- run: cd ./steam-totp && npm ci
- name: Set TOTP
id: steam
run: cd ./steam-totp && npm ci && node ./src/index.js {{ secrets.STEAM_AUTH_CODE }}
- uses: CyberAndrii/setup-steamcmd@v1
@ -101,4 +104,4 @@ jobs:
}
EOT
- run: steamcmd +login ${{ secrets.STEAM_LOGIN }} ${{ secrets.STEAM_PASSWORD }} +workshop_build_item "./item.vdf" +quit
- run: steamcmd +login ${{ secrets.STEAM_LOGIN }} ${{ secrets.STEAM_PASSWORD }} ${{ steps.steam.totp }} +workshop_build_item "./item.vdf" +quit

Loading…
Cancel
Save