We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217fa99 commit 7ca5c13Copy full SHA for 7ca5c13
1 file changed
.github/workflows/build.yaml
@@ -35,3 +35,10 @@ jobs:
35
path: |
36
dist/*.zip
37
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