Skip to content

Commit

Permalink
chore: manually trigger upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZhengYP committed Jan 9, 2025
1 parent 01fb8bf commit 4a3d4f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/load-verdaccio-with-amplify-js/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,9 @@ runs:
npm info aws-amplify@unstable version
- name: Upload artifact
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
if: failure()
with:
name: ${{ inputs.test_name }}-npm-log
if-no-files-found: ignore
path: /Users/runner/.npm/_logs/
path: ./amplify-js
retention-days: 3
overwrite: true

0 comments on commit 4a3d4f6

Please sign in to comment.