Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vurv78/gmod-upload
Action to upload a Garry's Mod addon to the steam workshop
https://github.com/vurv78/gmod-upload
actions garrysmod steam-workshop workshop
Last synced: 2 months ago
JSON representation
Action to upload a Garry's Mod addon to the steam workshop
- Host: GitHub
- URL: https://github.com/vurv78/gmod-upload
- Owner: Vurv78
- Created: 2023-07-02T05:57:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-16T22:28:22.000Z (about 1 year ago)
- Last Synced: 2024-10-31T10:38:54.695Z (3 months ago)
- Topics: actions, garrysmod, steam-workshop, workshop
- Language: Lua
- Homepage:
- Size: 16.6 KB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gmod-upload
This is an action to upload a Garry's Mod addon to the steam workshop.
## Example
```yaml
name: Deploy to Workshopon:
workflow_dispatch:jobs:
deploy:
runs-on: ubuntu-lateststeps:
- 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