diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 9c7d25f..3170939 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -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