Skip to content
This repository was archived by the owner on Sep 7, 2025. It is now read-only.

Commit f221c15

Browse files
authored
Merge pull request #25 from AlexanderWillner/AlexanderWillner-patch-2
Build and publish a temporary release binary
2 parents 3c864ba + 7f75b43 commit f221c15

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/rust.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,14 @@ jobs:
5454
- name: Run linters
5555
run: cargo clippy -- -D warnings
5656

57-
- name: Build
58-
run: cargo build --verbose
57+
- name: Build release binary
58+
run: cargo build --release --verbose
5959

6060
- name: Run tests
6161
run: cargo test --verbose
62+
63+
- name: Upload compiled binary
64+
uses: actions/upload-artifact@v4
65+
with:
66+
name: sapphire-macos-arm64
67+
path: target/release/sapphire

0 commit comments

Comments
 (0)