Skip to content

Commit a04c06e

Browse files
committed
ref: Update build
1 parent 5ecd142 commit a04c06e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
with:
2929
name: build
3030
path: |
31-
${{ github.workspace }}/packages/**/dist
32-
${{ github.workspace }}/packages/**/esm
31+
packages/**/dist
32+
packages/**/esm
3333
3434
job_2:
3535
name: Lint
@@ -44,5 +44,6 @@ jobs:
4444
*/*/node_modules
4545
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
4646
- run: yarn install
47+
- uses: actions/download-artifact@v2
4748
- name: Run Linter
4849
run: yarn lint

0 commit comments

Comments
 (0)