We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f97696 commit 59fd8c5Copy full SHA for 59fd8c5
.github/workflows/tests.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/upload-artifact@v3
31
with:
32
name: react-app-build
33
- path: .react-admin/build # Path to your build directory
+ path: ./react-admin/build # Path to your build directory
34
35
test:
36
runs-on: ubuntu-latest
0 commit comments