mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
update workflow
This commit is contained in:
@@ -40,10 +40,10 @@ jobs:
|
||||
- name: Install yarn
|
||||
run: |
|
||||
npm install -g yarn
|
||||
- name: Build client
|
||||
- name: Clone client
|
||||
run: |
|
||||
git clone https://github.com/swing-opensource/swingmusic-client.git
|
||||
- name: Build client
|
||||
- name: Install dependencies & Build client
|
||||
run: |
|
||||
cd swingmusic-client
|
||||
yarn install
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
- name: Verify Windows build success
|
||||
if: matrix.os == 'windows-2019'
|
||||
run: |
|
||||
if not exist "./dist/swingmusic" (
|
||||
if not exist "./dist/swingmusic.exe" (
|
||||
echo Build failed
|
||||
exit /b 1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user