1
0
mirror of https://github.com/Earu/EasyChat.git synced 2025-03-04 03:13:20 -05:00

Try CI on Windows

This commit is contained in:
Earu 2021-07-10 21:54:11 +02:00 committed by GitHub
parent 9cb4531a7c
commit 0c06d4c543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ on:
jobs:
workshop-publish:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
@ -15,7 +15,7 @@ jobs:
# Creates a GMA and publishes it to the Steam Workshop
- name: Publish to Steam Workshop
uses: Earu/GSW-action@V0.1.18
uses: Earu/GSW-action@V0.1.19
with:
account-name: ${{secrets.STEAM_NAME}}
account-password: ${{secrets.STEAM_PASSWORD}}