You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
gmod-upload
v0.1.2
Pre-release
This is an action to upload a Garry's Mod addon to the steam workshop.
name: Deploy to Workshop
on:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: vurv78/[email protected]
with:
id: 2466875474
changelog: "Deployment via Github to latest changes"
env:
STEAM_USERNAME: ${{ secrets.STEAM_USERNAME }}
STEAM_PASSWORD: ${{ secrets.STEAM_PASSWORD }}
Taken from https://github.com/Vurv78/WebAudio/blob/main/.github/workflows/deploy.yml