1
0
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:
Earu 2022-02-15 18:07:35 +01:00 committed by GitHub
parent 47f8a9ab96
commit 96d387c292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}}