mirror of
https://github.com/ACF-Team/CFW.git
synced 2025-03-04 03:03:16 -05:00
Make Workshop upload automatic
Everyone has been forgetting to push this repo to the WS lol
This commit is contained in:
parent
c1a3823a21
commit
14b2c78cd1
12
.github/workflows/workshop-upload.yml
vendored
12
.github/workflows/workshop-upload.yml
vendored
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user