Skip to content

Commit

Permalink
Specify built extension artifact download path
Browse files Browse the repository at this point in the history
The download path for the built extension is now correctly specified,
fixing npm publication using Continuous Integration.
  • Loading branch information
Gabriel-434 committed Apr 7, 2024
1 parent a2d649e commit 57f7caa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: dist
path: dist

- name: Run Prisma Extension tests
run: node --test
Expand All @@ -94,6 +95,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: dist
path: dist

- name: Publish Prisma Extension
run: npm publish
Expand Down

0 comments on commit 57f7caa

Please sign in to comment.