mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-27 12:00:32 +08:00
fix: unzip
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -134,8 +134,9 @@ jobs:
|
||||
path: backend/dist.zip
|
||||
|
||||
- name: Unzip webui
|
||||
run: |
|
||||
unzip /home/runner/work/Auto_Bangumi/Auto_Bangumi/backend/dist.zip -d backend/src/
|
||||
uses: montudor/action-zip@v1
|
||||
with:
|
||||
args: unzip backend/dist.zip -d backend/src/
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
|
||||
Reference in New Issue
Block a user