Skip to content

Commit

Permalink
fix(CI): 修复产物传递
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Oct 23, 2023
1 parent 02e4536 commit 4203f1b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,19 @@ fetch:
- rm -rf public
- unzip frontend.zip
- mv dist public
artifacts:
name: "frontend"
paths:
- public
expire_in: 3 days

release:
stage: release
dependencies:
- build
image:
name: goreleaser/goreleaser
entrypoint: ['']
entrypoint: [ '' ]
only:
- tags
variables:
Expand Down

0 comments on commit 4203f1b

Please sign in to comment.