Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit c0d50b2

Browse files
authored
Update build-reactjs-org.yml
1 parent ba33ebd commit c0d50b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-reactjs-org.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
- uses: actions/setup-node@v2
1616
with:
1717
node-version: 16
18-
- run: ./reactjs-org.sh
18+
- run: reactjs-org.sh
1919
- name: Upload a Build Artifact
2020
uses: actions/[email protected]
2121
with:
2222
name: reactjs-org
23-
path: public
23+
path: ./
2424
warn: Output a warning but do not fail the action
2525
error: Fail the action with an error message
2626
ignore: Do not output any warnings or errors, the action does not fail

0 commit comments

Comments
 (0)