Skip to content

Commit

Permalink
Update build profile to release-dbg for geph5-bridge in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Aug 26, 2024
1 parent 847ca83 commit 19df546
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 @@ -59,14 +59,14 @@ jobs:
- name: Build bridge and exit
if: matrix.os == 'ubuntu-20.04'
run: |
cargo build --locked --release --target ${{ matrix.target }} --manifest-path binaries/geph5-bridge/Cargo.toml
cargo build --locked --profile release-dbg --release --target ${{ matrix.target }} --manifest-path binaries/geph5-bridge/Cargo.toml
cargo build --locked --profile release-dbg --target ${{ matrix.target }} --manifest-path binaries/geph5-exit/Cargo.toml
- name: Move bridge and exit binaries to artifacts directory
if: matrix.os == 'ubuntu-20.04'
run: |
mkdir -p artifacts/${{ matrix.dir }}
mv target/${{ matrix.target }}/release/geph5-bridge artifacts/${{ matrix.dir }}/
mv target/${{ matrix.target }}/release-dbg/geph5-bridge artifacts/${{ matrix.dir }}/
mv target/${{ matrix.target }}/release-dbg/geph5-exit artifacts/${{ matrix.dir }}/
- name: Build client GUI (non-Windows)
Expand Down

0 comments on commit 19df546

Please sign in to comment.