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 }}
- uses: AnarkisGaming/workshop@v1
with:
appID: 261550
publishedFileID: 2859188632
path: ./artifact
changelog: ${{ steps.version.outputs.mod_description }}
env:
STEAM_ACCOUNT_NAME: ${{ secrets.STEAM_LOGIN }}
STEAM_PASSWORD: ${{ secrets.STEAM_PASSWORD }}
- uses: CyberAndrii/setup-steamcmd@v1
- run: |
cat << EOT > item.vdf
"workshopitem"
{
"appid" "261550"
"publishedfileid" "2859188632"
"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