We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a35a8 commit 2ac7d63Copy full SHA for 2ac7d63
.github/workflows/release.yml
@@ -36,10 +36,8 @@ jobs:
36
target: [ x86_64-unknown-linux-musl, aarch64-unknown-linux-musl ]
37
include:
38
- target: x86_64-unknown-linux-musl
39
- strip: strip
40
os: ubuntu-latest
41
- target: aarch64-unknown-linux-musl
42
- strip: aarch64-linux-musl-strip
43
os: ubuntu-24.04-arm
44
45
name: build
@@ -72,7 +70,7 @@ jobs:
72
70
- name: Build archive
73
71
shell: bash
74
run: |
75
- "${{ matrix.strip }}" "target/${{ matrix.target }}/release/rate_mirrors"
+ strip "target/${{ matrix.target }}/release/rate_mirrors"
76
staging="rate-mirrors-${{ needs.create_release.outputs.package_version }}-${{ matrix.target }}"
77
mkdir -p "$staging"
78
0 commit comments