Skip to content

Commit

Permalink
Building cli needs core build, change to pnpm build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus committed Nov 18, 2024
1 parent 7413e7e commit 9c84dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
# security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k "actions" build.keychain

- name: Build AD4M-CLI
run: cd cli && cargo build --release
run: pnpm build

- name: Build AD4M-CLI & build Launcher binary #(macos/linux-latest)
#if: matrix.platform != 'windows-latest'
Expand Down

0 comments on commit 9c84dbc

Please sign in to comment.