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

Commit 265ec82

Browse files
author
Natalie
committed
chore(gh-actions): copy artifacts to /lib
1 parent a82f9fc commit 265ec82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757
name: drafter
5858

5959

60-
- run: cp -n -R /Users/runner/work/drafter.js/drafter.js/* /lib
60+
- run: |
61+
LOCAL_PATH=$(echo $(pwd) | sed 's/drafter.js\/drafter.js\//drafter.js\//')
62+
cp -n -R "$(echo $LOCAL_PATH)/drafter.js/" "$(echo $LOCAL_PATH)/lib"
6163
- run: npm install
6264
- uses: actions/setup-python@v2
6365
with:

0 commit comments

Comments
 (0)