mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-07-29 06:02:06 +00:00
update workflow
This commit is contained in:
parent
c8c5f23cf1
commit
e4b7474f24
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -44,13 +44,16 @@ jobs:
|
||||
python -m poetry install
|
||||
- name: Build server
|
||||
run: |
|
||||
pwd
|
||||
ls ./client
|
||||
ls ./assets
|
||||
python -m poetry run python manage.py --build
|
||||
env:
|
||||
POSTHOG_API_KEY: ${{ secrets.POSTHOG_API_KEY }}
|
||||
LASTFM_API_KEY: ${{ secrets.LASTFM_API_KEY }}
|
||||
- name: Verify build
|
||||
- name: Verify build success
|
||||
run: |
|
||||
if [ ! -f "dist/swingmusic" ]; then
|
||||
if [ ! -f "./dist/swingmusic" ]; then
|
||||
echo "Build failed"
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user