We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cf4cf1 + bb433af commit 07a2f23Copy full SHA for 07a2f23
1 file changed
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
5
name: Build on Release
6
7
jobs:
8
- mac_arm:
+ build:
9
name: Mac ARM
10
runs-on: macos-latest
11
steps:
@@ -22,21 +22,3 @@ jobs:
22
if: startsWith(github.ref, 'refs/tags/')
23
with:
24
files: target/aarch64-apple-darwin
25
-
26
- mac_intel:
27
- name: Mac Intel
28
- runs-on: macos-latest
29
- steps:
30
- - run: rustup target add x86_64-apple-darwin
31
- - uses: actions/checkout@v2
32
- - uses: actions-rs/toolchain@v1
33
- with:
34
- toolchain: stable
35
- - uses: actions-rs/cargo@v1
36
37
- command: build
38
- args: --release --target x86_64-apple-darwin
39
- - uses: softprops/action-gh-release@v1
40
- if: startsWith(github.ref, 'refs/tags/')
41
42
- files: target/aarch64-apple-darwin/release/site-monitor
0 commit comments