Skip to content

Commit

Permalink
Specify file upload retention day and no file found resolution - Appl…
Browse files Browse the repository at this point in the history
…y suggestions from code review

Co-authored-by: kirkrodrigues <[email protected]>
  • Loading branch information
junhaoliao and kirkrodrigues authored Dec 27, 2024
1 parent 7713b9f commit 42f4550
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
uses: "actions/upload-artifact@v4"
with:
path: "dist/"
if-no-files-found: "error"
retention-days: 1

publish-npm:
needs: ["build"]
Expand Down

0 comments on commit 42f4550

Please sign in to comment.