Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
InvalidArgument3 committed Jan 28, 2024
1 parent 9d0cd48 commit eaabcc5
Show file tree
Hide file tree
Showing 69 changed files with 228,810 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/Invalids Alternate UI Sound-Upload.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "Upload Invalids Alternate UI Sound"

on:
push:
paths:
- "Invalids Alternate UI Sound/**"

jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: AnarkisGaming/workshop@v1
with:
appID: 244850
publishedFileID: 3125206981
path: "Invalids Alternate UI Sound"
changelog: ${{ github.event.head_commit.message }}
env:
STEAM_ACCOUNT_NAME: ${{ secrets.accountname }}
STEAM_PASSWORD: ${{ secrets.password }}
21 changes: 21 additions & 0 deletions .github/workflows/MESAdvancedWaveSpawner-Upload.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "Upload MESAdvancedWaveSpawner"

on:
push:
paths:
- "MESAdvancedWaveSpawner/**"

jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: AnarkisGaming/workshop@v1
with:
appID: 244850
publishedFileID: AAAAA
path: MESAdvancedWaveSpawner
changelog: ${{ github.event.head_commit.message }}
env:
STEAM_ACCOUNT_NAME: ${{ secrets.accountname }}
STEAM_PASSWORD: ${{ secrets.password }}
21 changes: 21 additions & 0 deletions .github/workflows/MultiplayerPredictionSwitcher.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "Upload MultiplayerPredictionSwitcher"

on:
push:
paths:
- "MultiplayerPredictionSwitcher/**"

jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: AnarkisGaming/workshop@v1
with:
appID: 244850
publishedFileID: 3032417765
path: MultiplayerPredictionSwitcher
changelog: ${{ github.event.head_commit.message }}
env:
STEAM_ACCOUNT_NAME: ${{ secrets.accountname }}
STEAM_PASSWORD: ${{ secrets.password }}
21 changes: 21 additions & 0 deletions .github/workflows/Worklights-Upload.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "Upload Disposable-Worklights"

on:
push:
paths:
- "Disposable-Worklights/**"

jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: AnarkisGaming/workshop@v1
with:
appID: 244850
publishedFileID: 3031257615
path: Disposable-Worklights
changelog: ${{ github.event.head_commit.message }}
env:
STEAM_ACCOUNT_NAME: ${{ secrets.accountname }}
STEAM_PASSWORD: ${{ secrets.password }}
Loading

0 comments on commit eaabcc5

Please sign in to comment.