Skip to content

Commit

Permalink
fixup! Added roles and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
troccoli committed Oct 11, 2024
1 parent e4c8af1 commit 9c52fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Build artifacts
run: npm run build
- name: Tar artifacts
run: /bin/tar -cz -f ~/${{ env.build-artifacts }}.tgz -C ./public
run: /bin/tar -cz -f ~/${{ env.build-artifacts }}.tgz -C ./public build
- name: Store build artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 9c52fdc

Please sign in to comment.