From 1b839874823483ba38ac62bcd5ec2c6089d92505 Mon Sep 17 00:00:00 2001 From: mungai-njoroge Date: Fri, 13 Oct 2023 01:03:19 +0300 Subject: [PATCH] update workflow --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ea44ff..d472f15 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 )