Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Jun 6, 2024
1 parent 183a0ca commit a56b068
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release-node-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,17 @@ jobs:
- name: Change directory
run: cd bindings_node
- name: Install dependencies
run: yarn
run: |
cd bindings_node
yarn
- name: Build target
run: yarn build --target ${{ matrix.target }}
run: |
cd bindings_node
yarn build --target ${{ matrix.target }}
- name: List files
run: ls -la
run: |
cd bindings_node
ls -la
# - name: Upload binary
# uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a56b068

Please sign in to comment.