Skip to content

Lua instructions w/ flag can now break precompile (#56) #12

Lua instructions w/ flag can now break precompile (#56)

Lua instructions w/ flag can now break precompile (#56) #12

Workflow file for this run

name: Deploy to Workshop
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: wiremod/gmod-upload@master
with:
id: 3137317907
changelog: "Deployment via Github to commit ${GITHUB_SHA:0:7}"
env:
STEAM_USERNAME: ${{ secrets.WIRETEAM_WORKSHOP_USERNAME }}
STEAM_PASSWORD: ${{ secrets.WIRETEAM_WORKSHOP_PASSWORD }}