Skip to content

Commit 0ba0fec

Browse files
committed
fixup! Added roles and permissions
1 parent 4416ad8 commit 0ba0fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Build artifacts
5656
run: npm run build
5757
- name: Tar artifacts
58-
run: /bin/tar -cz -f ~/${{ env.build-artifacts }}.tgz -C ./public css fonts js mix-manifest.json
58+
run: /bin/tar -cz -f ~/${{ env.build-artifacts }}.tgz -C ./public/build
5959
- name: Store build artifacts
6060
uses: actions/upload-artifact@v4
6161
with:

0 commit comments

Comments
 (0)