2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-07 10:37:14 +08:00

fix(CI): 修复产物传递

This commit is contained in:
耗子
2023-10-23 15:37:09 +08:00
parent 02e4536f62
commit 4203f1b1bf

View File

@@ -62,6 +62,11 @@ fetch:
- rm -rf public
- unzip frontend.zip
- mv dist public
artifacts:
name: "frontend"
paths:
- public
expire_in: 3 days
release:
stage: release
@@ -69,7 +74,7 @@ release:
- build
image:
name: goreleaser/goreleaser
entrypoint: ['']
entrypoint: [ '' ]
only:
- tags
variables: