Skip to content

Commit

Permalink
fix workflow to use lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Jazi committed May 3, 2024
1 parent f55c5a3 commit 41f9f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: build-artifacts
path: dist
path: lib


publish-gpr:
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: build-artifacts
path: dist
path: lib
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 41f9f39

Please sign in to comment.