mirror of
https://github.com/Earu/EasyChat.git
synced 2025-03-04 03:13:20 -05:00
I still hate CI
This commit is contained in:
parent
47f8a9ab96
commit
96d387c292
4
.github/workflows/workshop.yml
vendored
4
.github/workflows/workshop.yml
vendored
@ -27,13 +27,13 @@ jobs:
|
||||
# Creates a GMA and publishes it to the Steam Workshop
|
||||
workshop-publish:
|
||||
needs: linter
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Publish to Steam Workshop
|
||||
uses: Earu/GSW-action@V3.0.2
|
||||
uses: Earu/GSW-action@V3.0.3
|
||||
with:
|
||||
account-name: ${{secrets.STEAM_NAME}}
|
||||
account-password: ${{secrets.STEAM_PASSWORD}}
|
||||
|
Loading…
Reference in New Issue
Block a user