Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
fix(npm/js_api): Build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Nov 10, 2022
1 parent 44c8712 commit 8ad95ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_js_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ jobs:
working-directory: npm/js-api
run: |
pnpm i
pnpm build
pnpm build
- name: Upload JS API artifact
uses: actions/upload-artifact@v3
with:
name: js-api
path: |
./npm/js-api/dist
./npm/js-api
if-no-files-found: error

publish:
Expand Down
1 change: 0 additions & 1 deletion npm/js-api/.gitignore

This file was deleted.

0 comments on commit 8ad95ac

Please sign in to comment.