File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ # gmod-upload
2+
3+ This is an action to upload a Garry's Mod addon to the steam workshop.
4+
5+ ## Example
6+
7+ ``` yaml
8+ name : Deploy to Workshop
9+
10+ on :
11+ workflow_dispatch :
12+
13+ jobs :
14+ deploy :
15+ runs-on : ubuntu-latest
16+
17+ steps :
18+ - uses : actions/checkout@master
19+ 20+ with :
21+ id : 2466875474
22+ changelog : " Deployment via Github to latest changes"
23+ env :
24+ STEAM_USERNAME : ${{ secrets.STEAM_USERNAME }}
25+ STEAM_PASSWORD : ${{ secrets.STEAM_PASSWORD }}
26+ ` ` `
27+
28+ Taken from https://github.com/Vurv78/WebAudio/blob/main/.github/workflows/deploy.yml
Original file line number Diff line number Diff line change 11name : " gmod-upload"
22description : " Packs a Garry's Mod addon to a .gma file and uploads to the Steam workshop"
33
4+ branding :
5+ icon : box
6+ color : gray-dark
7+
48inputs :
59 changelog :
610 description : " Changelog"
You can’t perform that action at this time.
0 commit comments