Skip to content

Commit

Permalink
chore: typo in path
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Nov 18, 2024
1 parent 3ceeeb9 commit 1f8748c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_armv7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build for armv7
run: |
curl https://github.com/yao-pkg/pkg-binaries/releases/download/node18/built-v18.19.1-linux-armv7 -LOJ
export PKG_NODE_PATH=built-v18.19.1-linux-armv7
export PKG_NODE_PATH=$(pwd)/built-v18.19.1-linux-armv7
npm run pkg -- --bundle --skip-build --arch=armv7
- name: Upload artifacts
Expand Down

0 comments on commit 1f8748c

Please sign in to comment.