Skip to content

Commit 2f5cdd2

Browse files
committed
refactor: corrected path
1 parent f465626 commit 2f5cdd2

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ jobs:
6969
uses: actions/upload-artifact@v4
7070
with:
7171
name: dist
72-
path: dist/
72+
path: |
73+
packages/css-if-polyfill/dist
74+
packages/postcss-if-function/dist
7375
retention-days: 30
7476

7577
- name: Upload examples

.github/workflows/default.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ jobs:
6969
uses: actions/upload-artifact@v4
7070
with:
7171
name: coverage-reports
72-
path: coverage/
72+
path: |
73+
packages/css-if-polyfill/coverage/
74+
packages/postcss-if-function/coverage/
7375
retention-days: 30
7476

7577
security:

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ npm-debug.log
44
.history
55
.idea
66
dist
7-
_site
7+
_site
8+
packages/*/coverage

0 commit comments

Comments
 (0)