We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4264422 + 73d1a53 commit b1b17beCopy full SHA for b1b17be
1 file changed
.github/workflows/release.yml
@@ -1,4 +1,5 @@
1
-on: [release]
+on:
2
+ - release
3
4
name: Build on Release
5
@@ -15,7 +16,6 @@ jobs:
15
16
override: true
17
- uses: actions-rs/cargo@v1
18
with:
- use-cross: true
19
command: build
20
args: --target aarch64-apple-darwin
21
mac_intel:
@@ -30,6 +30,5 @@ jobs:
30
31
32
33
34
35
args: --target x86_64-apple-darwin
0 commit comments