Skip to content

Commit 07a2f23

Browse files
authored
Merge pull request #9 from ulises-codes/chore/set-up-artifacts
chore: keep brute forcing this thing
2 parents 1cf4cf1 + bb433af commit 07a2f23

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
name: Build on Release
66

77
jobs:
8-
mac_arm:
8+
build:
99
name: Mac ARM
1010
runs-on: macos-latest
1111
steps:
@@ -22,21 +22,3 @@ jobs:
2222
if: startsWith(github.ref, 'refs/tags/')
2323
with:
2424
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-
with:
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-
with:
42-
files: target/aarch64-apple-darwin/release/site-monitor

0 commit comments

Comments
 (0)