mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-07 03:35:35 +00:00
update workflow
This commit is contained in:
parent
e7820476fc
commit
18dd67b5e7
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -43,14 +43,18 @@ jobs:
|
|||||||
- name: Build client
|
- name: Build client
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/swing-opensource/swingmusic-client.git
|
git clone https://github.com/swing-opensource/swingmusic-client.git
|
||||||
|
- name: Install client dependencies
|
||||||
|
run: |
|
||||||
cd swingmusic-client
|
cd swingmusic-client
|
||||||
yarn install
|
yarn install
|
||||||
|
- name: Build client
|
||||||
|
run: |
|
||||||
yarn build --outDir ../client
|
yarn build --outDir ../client
|
||||||
cd ..
|
cd ..
|
||||||
- name: Setup Python 3.10
|
- name: Install Python 3.10.11
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: "3.10.13"
|
python-version: "3.10.11"
|
||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
run: |
|
run: |
|
||||||
pip install poetry
|
pip install poetry
|
||||||
|
Loading…
x
Reference in New Issue
Block a user