Skip to content

Commit fe542bb

Browse files
Archive dist to add it to release
1 parent 50a4143 commit fe542bb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,14 @@ jobs:
2828
npm install
2929
npm run build
3030
31+
- name: Archive dist
32+
uses: thedoctor0/zip-release@main
33+
with:
34+
type: 'zip'
35+
filename: 'dist.zip'
36+
path: 'viplab-standalone-frontend-vue/dist'
37+
3138
- name: Create Release
3239
uses: ncipollo/release-action@v1
3340
with:
34-
artifacts: "viplab-standalone-frontend-vue/dist"
41+
artifacts: "dist.zip"

0 commit comments

Comments
 (0)