Skip to content

Commit

Permalink
remove overwrite:true on upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmance committed Jan 2, 2025
1 parent 306bad6 commit e5dc4cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/upload-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ runs:
name: pr
path: __pr/
retention-days: 10
overwrite: true

- name: store static build
uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v3.0.0
with:
name: '${{ inputs.BUILD_ARTIFACT_NAME }}'
path: out/
retention-days: 10
overwrite: true

- name: store nextjs build
if: inputs.NEXTJS_BUILD == 'true'
uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v3.0.0
Expand All @@ -46,4 +46,4 @@ runs:
.next
!.next/cache
retention-days: 10
overwrite: true

0 comments on commit e5dc4cd

Please sign in to comment.