Skip to content

Commit

Permalink
fix bundle artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmance committed Jan 2, 2025
1 parent 86879ea commit fffede2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/upload-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
if: inputs.NEXTJS_BUILD == 'true'
uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v3.0.0
with:
name: 'nextjs_${{ github.job }}'
name: 'nextjs_build
path: |
.next
!.next/cache
Expand Down

0 comments on commit fffede2

Please sign in to comment.