Skip to content

Action to upload a Garry's Mod addon to the steam workshop

Notifications You must be signed in to change notification settings

wiremod/gmod-upload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gmod-upload

This is an action to upload a Garry's Mod addon to the steam workshop.

Example

name: Deploy to Workshop

on:
  workflow_dispatch:

jobs:
  deploy:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@master
      - uses: vurv78/gmod-upload@master
        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

About

Action to upload a Garry's Mod addon to the steam workshop

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%