Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 9804402

Browse files
author
Natalie
committed
chore(gh-actions): fix artifact path
1 parent d8b618e commit 9804402

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/run-test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ jobs:
2626
uses: actions/upload-artifact@v2
2727
with:
2828
name: drafter
29-
path: |
30-
lib/drafter.js
31-
lib/drafter.js.mem
32-
lib/drafter.nomem.js
29+
path: lib
3330

3431
# general test run
3532
test:
@@ -39,7 +36,7 @@ jobs:
3936
strategy:
4037
matrix:
4138
os: [ubuntu-latest, macos-latest]
42-
node-version: [8.x, 10.x, 12.x, 14.x]
39+
node-version: [8.x, 10.x, 12.x]
4340

4441
needs: build
4542

@@ -55,6 +52,7 @@ jobs:
5552
uses: actions/download-artifact@v2
5653
with:
5754
name: drafter
55+
path: lib
5856

5957
- run: npm install
6058
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)