From 3c3cdd00e18e6af351a75531e76a89dcd9ed164e Mon Sep 17 00:00:00 2001 From: mungai-njoroge Date: Thu, 12 Oct 2023 23:17:40 +0300 Subject: [PATCH] update workflow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e1227d..e6821d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Install yarn run: | npm install -g yarn - - name: Clone client repo + - name: Build client run: | git clone https://github.com/swing-opensource/swingmusic-client.git cd swingmusic-client @@ -39,7 +39,7 @@ jobs: python -m poetry install - name: Build server run: | - pwa + pwd ls ./client ls ./assets python -m poetry run python manage.py --build