Skip to content

Commit beaec2e

Browse files
committed
Download packed file
1 parent ab3c46f commit beaec2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pipeline.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
- name: Checkout
5454
uses: actions/checkout@v4
5555

56+
- uses: actions/download-artifact@v4
57+
with:
58+
name: ${{ needs.CiBuild.outputs.npmPackFilename }}
59+
5660
- name: Use Node.js ${{ matrix.node }}
5761
uses: actions/setup-node@v4
5862
with:

0 commit comments

Comments
 (0)