We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1deb632 commit 3aa7b61Copy full SHA for 3aa7b61
.github/workflows/release.yml
@@ -1,5 +1,8 @@
1
name: build-release
2
3
+permissions:
4
+ contents: write
5
+
6
on:
7
push:
8
tags:
@@ -15,7 +18,7 @@ jobs:
15
18
with:
16
19
targets: aarch64-apple-darwin
17
20
- run: cargo build --release --target=aarch64-apple-darwin
- - run: mv target/release/raiti/raiti.dmg raiti-aarch64-apple-darwin
21
+ - run: mv target/release/raiti/raiti raiti-aarch64-apple-darwin
22
- uses: softprops/action-gh-release@v2
23
24
files: |
0 commit comments