We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6b5361 + 9a4860e commit 1cf4cf1Copy full SHA for 1cf4cf1
1 file changed
.github/workflows/release.yml
@@ -18,6 +18,11 @@ jobs:
18
with:
19
command: build
20
args: --release --target aarch64-apple-darwin
21
+ - uses: softprops/action-gh-release@v1
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
@@ -31,3 +36,7 @@ jobs:
31
36
32
37
33
38
args: --release --target x86_64-apple-darwin
39
40
41
42
+ files: target/aarch64-apple-darwin/release/site-monitor
0 commit comments