Skip to content

Commit ad0445e

Browse files
committed
possibly fix more
1 parent f698ae6 commit ad0445e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-desktop.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,18 @@ jobs:
7272
with:
7373
use-cross: ${{ matrix.cross }}
7474
command: build
75-
args: --release --target ${{ matrix.target }} --bin ascella-desktop
75+
args: --release
7676

7777
- name: Strip release binary (linux and macos)
78-
run: strip "./target/${{ matrix.target }}/release/$BIN_NAME"
78+
run: strip "./target/release/$BIN_NAME"
7979

8080
- name: make dist
8181
run: mkdir dist
8282

8383
- name: Build archive
84-
if: matrix.build == 'x86_64-macos'
8584
shell: bash
86-
run: cp "target/${{ matrix.target }}/release/$BIN_NAME" "dist/"
85+
run: cp "target/release/$BIN_NAME" "dist/"
86+
8787
- name: Build stuff
8888
if: matrix.build == 'x86_64-linux'
8989
run: |

0 commit comments

Comments
 (0)