Skip to content

Commit 7ca5c13

Browse files
committed
👷 优化打包产物
1 parent 217fa99 commit 7ca5c13

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,10 @@ jobs:
3535
path: |
3636
dist/*.zip
3737
dist/*.crx
38+
39+
- name: Archive extension
40+
uses: actions/upload-artifact@v3
41+
with:
42+
name: scriptcat
43+
path: |
44+
dist/ext/*

0 commit comments

Comments
 (0)