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