diff --git a/.github/workflows/release-desktop.yml b/.github/workflows/release-desktop.yml index e866956..06e722c 100644 --- a/.github/workflows/release-desktop.yml +++ b/.github/workflows/release-desktop.yml @@ -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'