Make Workshop upload automatic

Everyone has been forgetting to push this repo to the WS lol
This commit is contained in:
thecraftianman 2024-07-14 12:11:07 -04:00
parent c1a3823a21
commit 14b2c78cd1

View File

@ -1,6 +1,9 @@
name: Deploy to Workshop
on:
push:
branches:
- master
workflow_dispatch:
jobs:
@ -8,8 +11,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: CFC-Servers/gmod-upload@master
- name: Checkout
uses: actions/checkout@v4
with:
path: project
- name: Upload to Workshop
uses: CFC-Servers/gmod-upload@master
with:
id: 3154971187
changelog: "${{ github.event.head_commit.message }}"