[CI > Win] Tweak
This commit is contained in:
parent
7dacb23daf
commit
5583b318ad
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -96,8 +96,8 @@ jobs:
|
||||||
cp artifact/app.asar .
|
cp artifact/app.asar .
|
||||||
|
|
||||||
- name: Setup Client
|
- name: Setup Client
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
# Download latest client from updater v2 and extract (manifest -> brotli -> tar)
|
|
||||||
node scripts/downloadWin.js
|
node scripts/downloadWin.js
|
||||||
tar xf client.tar
|
tar xf client.tar
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue