Skip to content

Commit 366ecae

Browse files
committed
add upload artifact action
1 parent 726886c commit 366ecae

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/main.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@ jobs:
3333
branch: 'main'
3434
github_token: ${{ secrets.GITHUB_TOKEN }}
3535

36-
- name: Release
36+
- name: Save Build As Artifact
37+
uses: actions/upload-artifact@v2
38+
with:
39+
name: VisBug
40+
path: extension/build/visbug.zip
41+
42+
- name: Publish Chrome Extension
3743
uses: trmcnvn/chrome-addon@v2
3844
with:
3945
extension: cdockenadnadldjbbgcallicgledbeoc

0 commit comments

Comments
 (0)