Commit ·
1545f35
1
Parent(s): b2d70d9
feature(#192): updated with chrome extension release
Browse files
.github/workflows/chrome-extension-release.yml
CHANGED
|
@@ -36,6 +36,8 @@ jobs:
|
|
| 36 |
|
| 37 |
- name: Compress with zip
|
| 38 |
run: |
|
|
|
|
|
|
|
| 39 |
zip -r chrome-extension.zip ./build/*
|
| 40 |
|
| 41 |
- name: Upload Artifact
|
|
|
|
| 36 |
|
| 37 |
- name: Compress with zip
|
| 38 |
run: |
|
| 39 |
+
ls
|
| 40 |
+
pwd
|
| 41 |
zip -r chrome-extension.zip ./build/*
|
| 42 |
|
| 43 |
- name: Upload Artifact
|