Sync work for errors #15
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 Heart Module" | |
on: | |
push: | |
paths: | |
- "Heart Module/**" | |
jobs: | |
upload: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: AnarkisGaming/workshop@v1 | |
with: | |
appID: 244850 | |
publishedFileID: 3130655435 | |
path: "Heart Module" | |
changelog: ${{ github.event.head_commit.message }} | |
env: | |
STEAM_ACCOUNT_NAME: ${{ secrets.accountname }} | |
STEAM_PASSWORD: ${{ secrets.password }} |