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 a64cd66 commit 6688befCopy full SHA for 6688bef
1 file changed
.github/workflows/build.yml
@@ -17,16 +17,7 @@ jobs:
17
uses: actions/setup-node@v1
18
with:
19
node-version: 16.x
20
-
21
- - name: Build
22
- run: |
23
- yarn
24
- yarn build
25
26
- - uses: actions/upload-artifact@v2
27
- with:
28
- name: extension
29
- path: web-ext-artifacts/*
30
- name: Cache
31
uses: actions/cache@v2.1.7
32
@@ -37,3 +28,13 @@ jobs:
37
yarn.lock
38
# An explicit key for restoring and saving the cache
39
key: cache1
+
+ - name: Build
33
+ run: |
34
+ yarn
35
+ yarn build
36
+ - uses: actions/upload-artifact@v2
+ with:
+ name: extension
40
+ path: web-ext-artifacts/*
0 commit comments