Skip to content

Commit 661a098

Browse files
committed
ci: Fix
1 parent a04c06e commit 661a098

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
- name: Build
2525
run: yarn build
2626
- name: Archive production artifacts
27-
uses: actions/upload-artifact@v1
27+
uses: actions/upload-artifact@v2
2828
with:
2929
name: build
3030
path: |
31-
packages/**/dist
32-
packages/**/esm
31+
${{ github.workspace }}/packages/**/dist
32+
${{ github.workspace }}/packages/**/esm
3333
3434
job_2:
3535
name: Lint

0 commit comments

Comments
 (0)