Skip to content

Commit

Permalink
Use new wiremod/workshop-upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Vurv78 committed Jul 2, 2023
1 parent 1034109 commit 31c364c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 127 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,9 @@ jobs:

steps:
- uses: actions/checkout@master
- uses: leafo/gh-actions-lua@v10

- name: Run gma packer
run: |
lua .github/workflows/gma.lua webaudio.gma
- name: Upload to workshop
uses: wiremod/workshop-upload@a02cec0c6bd79bd2a514787485d806ed44c295f1
- uses: wiremod/workshop-upload@541f63c56d221bfd787bde723954e14a8c8318ac
with:
appId: 4000
itemId: 2466875474
contentPath: "webaudio.gma"
id: 2466875474
changelog: "Deployment via Github to latest changes"
env:
STEAM_USERNAME: ${{ secrets.STEAM_USERNAME }}
Expand Down
100 changes: 0 additions & 100 deletions .github/workflows/gma.lua

This file was deleted.

21 changes: 5 additions & 16 deletions addon.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
{
"title" : "WebAudio",
"type" : "tool",
"tags" : [ "build", "fun"],
"description": "An addon that adds a WebAudio class to allow for server sync with client IGmodAudioChannels to make efficient & safe E2 Media URL Streams",
"author" : "Vurv",
"ignore" :
[
".github",
".git",
"*.md",
"*.jpg",
"*.bat",
"temp.gma",
".gitattributes",
".glualint.json"
]
"title": "WebAudio",
"type": "tool",
"tags": ["build", "fun"],
"description": "An addon that adds a WebAudio class to allow for server sync with client IGmodAudioChannels to make efficient & safe E2 Media URL Streams",
"author": "Vurv"
}

0 comments on commit 31c364c

Please sign in to comment.