mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 19:25:34 +00:00
update workflow
This commit is contained in:
parent
8bd8ef77f2
commit
1b83987482
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -40,10 +40,10 @@ jobs:
|
|||||||
- name: Install yarn
|
- name: Install yarn
|
||||||
run: |
|
run: |
|
||||||
npm install -g yarn
|
npm install -g yarn
|
||||||
- name: Build client
|
- name: Clone client
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/swing-opensource/swingmusic-client.git
|
git clone https://github.com/swing-opensource/swingmusic-client.git
|
||||||
- name: Build client
|
- name: Install dependencies & Build client
|
||||||
run: |
|
run: |
|
||||||
cd swingmusic-client
|
cd swingmusic-client
|
||||||
yarn install
|
yarn install
|
||||||
@ -75,7 +75,7 @@ jobs:
|
|||||||
- name: Verify Windows build success
|
- name: Verify Windows build success
|
||||||
if: matrix.os == 'windows-2019'
|
if: matrix.os == 'windows-2019'
|
||||||
run: |
|
run: |
|
||||||
if not exist "./dist/swingmusic" (
|
if not exist "./dist/swingmusic.exe" (
|
||||||
echo Build failed
|
echo Build failed
|
||||||
exit /b 1
|
exit /b 1
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user