Skip to content

Commit 2ac7d63

Browse files
committed
fixed github actions
1 parent e5a35a8 commit 2ac7d63

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@ jobs:
3636
target: [ x86_64-unknown-linux-musl, aarch64-unknown-linux-musl ]
3737
include:
3838
- target: x86_64-unknown-linux-musl
39-
strip: strip
4039
os: ubuntu-latest
4140
- target: aarch64-unknown-linux-musl
42-
strip: aarch64-linux-musl-strip
4341
os: ubuntu-24.04-arm
4442

4543
name: build
@@ -72,7 +70,7 @@ jobs:
7270
- name: Build archive
7371
shell: bash
7472
run: |
75-
"${{ matrix.strip }}" "target/${{ matrix.target }}/release/rate_mirrors"
73+
strip "target/${{ matrix.target }}/release/rate_mirrors"
7674
staging="rate-mirrors-${{ needs.create_release.outputs.package_version }}-${{ matrix.target }}"
7775
mkdir -p "$staging"
7876

0 commit comments

Comments
 (0)