Skip to content

Commit 3aa7b61

Browse files
committed
adds permisions and remove dmg from mac build
1 parent 1deb632 commit 3aa7b61

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: build-release
22

3+
permissions:
4+
contents: write
5+
36
on:
47
push:
58
tags:
@@ -15,7 +18,7 @@ jobs:
1518
with:
1619
targets: aarch64-apple-darwin
1720
- run: cargo build --release --target=aarch64-apple-darwin
18-
- run: mv target/release/raiti/raiti.dmg raiti-aarch64-apple-darwin
21+
- run: mv target/release/raiti/raiti raiti-aarch64-apple-darwin
1922
- uses: softprops/action-gh-release@v2
2023
with:
2124
files: |

0 commit comments

Comments
 (0)