Skip to content

Commit

Permalink
Marketplace compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
Vurv78 committed Jul 4, 2023
1 parent abe3c87 commit e896dd1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# gmod-upload

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

## Example

```yaml
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
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: "gmod-upload"
description: "Packs a Garry's Mod addon to a .gma file and uploads to the Steam workshop"

branding:
icon: box
color: gray-dark

inputs:
changelog:
description: "Changelog"
Expand Down

0 comments on commit e896dd1

Please sign in to comment.