[CI > Win] Try to fix running client
This commit is contained in:
parent
16a93e3d70
commit
f905feebf4
1 changed files with 3 additions and 1 deletions
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
@ -110,8 +110,10 @@ jobs:
|
||||||
|
|
||||||
- name: Check if Discord will startup
|
- name: Check if Discord will startup
|
||||||
run: |
|
run: |
|
||||||
.\DiscordCanary.exe | grep -m1 "ABRA"
|
cd discord/app-1.0.0
|
||||||
|
./DiscordCanary.exe | grep -m1 "ABRA"
|
||||||
timeout-minutes: 3
|
timeout-minutes: 3
|
||||||
|
shell: bash
|
||||||
|
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
|
Loading…
Reference in a new issue