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 6956fa8 commit 16f59c0Copy full SHA for 16f59c0
.github/workflows/web-tier.yml
@@ -27,6 +27,8 @@ jobs:
27
# Step 4: Build the React application
28
- name: Build the application
29
run: npm run build
30
+ working-directory: ./application-code/web-tier/package.json
31
+
32
# Step 5: Upload the build folder as an artifact
33
- name: Upload build artifact
34
uses: actions/upload-artifact@v4
0 commit comments