Skip to content

Commit

Permalink
ci: 👷 add artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSegullo committed Oct 26, 2024
1 parent 06e53da commit 05d6c1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
# Step 10: Upload artifacts
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
path: "./dist"

# Step 11: Clean up dist directory
- name: Cleanup dist directory
Expand Down

0 comments on commit 05d6c1d

Please sign in to comment.