Merge pull request #1155 from Jnick-24/Fix-bootlock-when-loading-a-wo… #10
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 Starcore_Sharetrack" | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- "Gamemode Mods/Stable/Starcore_Sharetrack/**" | |
jobs: | |
upload: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: AnarkisGaming/workshop@v1 | |
with: | |
appID: 244850 | |
publishedFileID: 2756825813 | |
path: "Gamemode Mods/Stable/Starcore_Sharetrack" | |
changelog: ${{ github.event.head_commit.message }} | |
env: | |
STEAM_ACCOUNT_NAME: ${{ secrets.accountname }} | |
STEAM_PASSWORD: ${{ secrets.password }} |