Skip to content

Commit

Permalink
Update buid_linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkzcfc committed Jul 17, 2024
1 parent 490c35e commit b60f382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buid_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
trunk build --release --target wasm32-unknown-unknown
cd ../
mkdir -p release
cp -r ./npipe_web/dist/ ./release/
cp ./target/x86_64-unknown-linux-musl/release/np_client ./release/
cp ./target/x86_64-unknown-linux-musl/release/np_server ./release/
cd release
Expand Down

0 comments on commit b60f382

Please sign in to comment.