mirror of
https://github.com/acepanel/panel.git
synced 2026-02-07 10:37:14 +08:00
fix(CI): 修复产物传递
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user