Skip to content

Commit

Permalink
oof
Browse files Browse the repository at this point in the history
  • Loading branch information
Tricked-dev committed Jan 3, 2022
1 parent 314cb42 commit e628c4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ jobs:
with:
use-cross: ${{ matrix.cross }}
command: test
args: --release --locked --target ${{ matrix.target }} --manifest-path ./apps/desktop/Cargo.toml
args: --release --target ${{ matrix.target }} --manifest-path ./apps/desktop/Cargo.toml

- name: Build release binary
uses: actions-rs/cargo@v1
with:
use-cross: ${{ matrix.cross }}
command: build
args: --release --locked --target ${{ matrix.target }} --manifest-path ./apps/desktop/Cargo.toml
args: --release --target ${{ matrix.target }} --manifest-path ./apps/desktop/Cargo.toml
- run: mv ./apps/desktop/target .
- name: Strip release binary (linux and macos)
if: matrix.build == 'x86_64-linux' || matrix.build == 'x86_64-macos'
Expand Down

0 comments on commit e628c4e

Please sign in to comment.