mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-13 11:39:45 +08:00
ci: test
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -53,13 +53,13 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cd webui && pnpm build && zip -r dist.zip dist
|
||||
cd webui && pnpm build
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: dist
|
||||
path: webui/dist.zip
|
||||
path: webui/dist
|
||||
|
||||
build-docker:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -135,7 +135,7 @@ jobs:
|
||||
|
||||
- name: Unzip webui
|
||||
run: |
|
||||
unzip backend/dist.zip/dist.zip -d backend/src/
|
||||
unzip backend/dist.zip -d backend/src/
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
|
||||
Reference in New Issue
Block a user