mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-05-23 19:17:41 +08:00
build: fix typo
This commit is contained in:
parent
d1e23d94c6
commit
eca696c79b
4
.github/workflows/build_release.yml
vendored
4
.github/workflows/build_release.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
run: python -m pip install -r ./requirements.txt
|
run: python -m pip install -r ./requirements.txt
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: python build.py build test
|
run: python build.py build release
|
||||||
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
@ -48,7 +48,7 @@ jobs:
|
|||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out git repository
|
- name: Checkout git repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup Python 3.11
|
- name: Setup Python 3.11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user