Merge pull request #698 from TaitKaito/AddFletcher #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Upload 40k-Weapons-Mod" | |
on: | |
push: | |
paths: | |
- "Weapon Mods/Stable/40k-Weapons-Mod/**" | |
jobs: | |
upload: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: AnarkisGaming/workshop@v1 | |
with: | |
appID: 244850 | |
publishedFileID: 2956906605 | |
path: "Weapon Mods/Stable/40k-Weapons-Mod" | |
changelog: ${{ github.event.head_commit.message }} | |
env: | |
STEAM_ACCOUNT_NAME: ${{ secrets.accountname }} | |
STEAM_PASSWORD: ${{ secrets.password }} |