build: fix typo

This commit is contained in:
lerdb 2024-01-31 21:08:26 +08:00
parent d1e23d94c6
commit eca696c79b
No known key found for this signature in database
GPG Key ID: FBBF3738C577282C

View File

@ -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