Skip to content

Commit

Permalink
build client
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Mar 10, 2024
1 parent 4fd8a4d commit ad21066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Build geph5-bridge
run: cargo build --locked --release --target x86_64-unknown-linux-musl --manifest-path binaries/geph5-bridge/Cargo.toml

- name: Build geph5-exit
run: cargo build --locked --release --target x86_64-unknown-linux-musl --manifest-path binaries/geph5-exit/Cargo.toml
- name: Build geph5-client
run: cargo build --locked --release --target x86_64-unknown-linux-musl --manifest-path binaries/geph5-client/Cargo.toml

- name: Move binaries
run: mkdir artifacts; mv target/x86_64-unknown-linux-musl/release/geph* artifacts
Expand Down

0 comments on commit ad21066

Please sign in to comment.