We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4416ad8 commit 0ba0fecCopy full SHA for 0ba0fec
.github/workflows/test.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Build artifacts
56
run: npm run build
57
- name: Tar artifacts
58
- run: /bin/tar -cz -f ~/${{ env.build-artifacts }}.tgz -C ./public css fonts js mix-manifest.json
+ run: /bin/tar -cz -f ~/${{ env.build-artifacts }}.tgz -C ./public/build
59
- name: Store build artifacts
60
uses: actions/upload-artifact@v4
61
with:
0 commit comments