Update release-steam.yml

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

@ -43,12 +43,17 @@ jobs:
- run: cd ./steam-totp && npm ci && node .\src\index.js {{ secrets.STEAM_AUTH_CODE }} - run: cd ./steam-totp && npm ci && node .\src\index.js {{ secrets.STEAM_AUTH_CODE }}
- uses: AnarkisGaming/workshop@v1 - uses: CyberAndrii/setup-steamcmd@v1
with:
appID: 261550 - run: |
publishedFileID: 2859188632 cat << EOT > item.vdf
path: ./artifact "workshopitem"
changelog: ${{ steps.version.outputs.mod_description }} {
env: "appid" "261550"
STEAM_ACCOUNT_NAME: ${{ secrets.STEAM_LOGIN }} "publishedfileid" "2859188632"
STEAM_PASSWORD: ${{ secrets.STEAM_PASSWORD }} "contentfolder" "./artifact"
"changenote" "${{ steps.version.outputs.mod_description }}"
}
EOT
- run: steamcmd +login ${{ secrets.STEAM_LOGIN }} ${{ secrets.STEAM_PASSWORD }} +workshop_build_item "./item.vdf" +quit

Loading…
Cancel
Save