Skip to content

Commit

Permalink
👷 优化打包产物
Browse files Browse the repository at this point in the history
  • Loading branch information
CodFrm committed Oct 30, 2022
1 parent 217fa99 commit 7ca5c13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@ jobs:
path: |
dist/*.zip
dist/*.crx
- name: Archive extension
uses: actions/upload-artifact@v3
with:
name: scriptcat
path: |
dist/ext/*

0 comments on commit 7ca5c13

Please sign in to comment.