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:
parent
9cb4531a7c
commit
0c06d4c543
4
.github/workflows/workshop.yml
vendored
4
.github/workflows/workshop.yml
vendored
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user