Skip to content

Commit 6688bef

Browse files
author
dada513
authored
Update build.yml
1 parent a64cd66 commit 6688bef

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,7 @@ jobs:
1717
uses: actions/setup-node@v1
1818
with:
1919
node-version: 16.x
20-
21-
- name: Build
22-
run: |
23-
yarn
24-
yarn build
2520

26-
- uses: actions/upload-artifact@v2
27-
with:
28-
name: extension
29-
path: web-ext-artifacts/*
3021
- name: Cache
3122
uses: actions/cache@v2.1.7
3223
with:
@@ -37,3 +28,13 @@ jobs:
3728
yarn.lock
3829
# An explicit key for restoring and saving the cache
3930
key: cache1
31+
32+
- name: Build
33+
run: |
34+
yarn
35+
yarn build
36+
37+
- uses: actions/upload-artifact@v2
38+
with:
39+
name: extension
40+
path: web-ext-artifacts/*

0 commit comments

Comments
 (0)