Skip to content

Commit

Permalink
Merge pull request #5 from InvalidArgument3/the-big-one-wc
Browse files Browse the repository at this point in the history
Create DefenseShields-StarCore-Upload.yml
  • Loading branch information
InvalidArgument3 authored Jan 29, 2024
2 parents 566ee3d + 24ed6fe commit 2f8b4b5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/DefenseShields-StarCore-Upload.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Upload WeaponCore-StarCore"

on:
push:
branches:
- master

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

0 comments on commit 2f8b4b5

Please sign in to comment.