Skip to content

Commit

Permalink
fix: more workflow stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Tricked-dev committed Apr 16, 2022
1 parent 98cab8e commit 765f01e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
include:
- build: x86_64-linux
os: ubuntu-20.04
rust: stable
rust: nightly
target: x86_64-unknown-linux-gnu
cross: false
- build: x86_64-macos
os: macos-latest
rust: stable
rust: nightly
target: x86_64-apple-darwin
cross: false
# Windows builts dont work properly, x86_64-windows
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
with:
use-cross: ${{ matrix.cross }}
command: build
args: --release --target ${{ matrix.target }}
args: --release --target ${{ matrix.target }} --bin ascella-desktop

- name: Strip release binary (linux and macos)
run: strip "./target/${{ matrix.target }}/release/$BIN_NAME"
Expand Down

0 comments on commit 765f01e

Please sign in to comment.