Skip to content

Commit 7ed3a67

Browse files
author
Your Name
committed
Fixup: Store patched package.json alongside dist folder
1 parent eb0a519 commit 7ed3a67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
with:
6464
name: dist
6565
path: |
66+
./package.json
6667
./dist
6768
retention-days: 1
6869

@@ -94,7 +95,7 @@ jobs:
9495
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
9596
with:
9697
name: dist
97-
path: dist
98+
path: .
9899

99100
- name: Cache tools
100101
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.6

0 commit comments

Comments
 (0)