Skip to content

Commit 3b78524

Browse files
author
Ulises Himely
committed
fix: try some new things
1 parent 73d1a53 commit 3b78524

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
on:
22
- release
3+
- push
34

45
name: Build on Release
56

@@ -12,12 +13,10 @@ jobs:
1213
- uses: actions-rs/toolchain@v1
1314
with:
1415
toolchain: stable
15-
target: aarch64-apple-darwin
16-
override: true
1716
- uses: actions-rs/cargo@v1
1817
with:
1918
command: build
20-
args: --target aarch64-apple-darwin
19+
args: --release --target aarch64-apple-darwin
2120
mac_intel:
2221
name: Mac Intel
2322
runs-on: ubuntu-latest
@@ -26,9 +25,7 @@ jobs:
2625
- uses: actions-rs/toolchain@v1
2726
with:
2827
toolchain: stable
29-
target: x86_64-apple-darwin
30-
override: true
3128
- uses: actions-rs/cargo@v1
3229
with:
3330
command: build
34-
args: --target x86_64-apple-darwin
31+
args: --release --target x86_64-apple-darwin

0 commit comments

Comments
 (0)