Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuany committed Sep 18, 2024
1 parent 0cf3685 commit 81c044b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ jobs:
with:
name: bindings-${{ matrix.settings.target }}
path: .
- name: Download Javascript artifact
uses: actions/download-artifact@v4
with:
name: js
path: .
- name: List packages
run: ls -R .
shell: bash
Expand Down

0 comments on commit 81c044b

Please sign in to comment.