Skip to content

Commit aa982f3

Browse files
enowdevenowdev
authored andcommitted
fix(ci): add contents:write permission and dmg bundle target for macOS
1 parent 4a921f0 commit aa982f3

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ concurrency:
1515
group: release-${{ github.ref }}
1616
cancel-in-progress: true
1717

18+
permissions:
19+
contents: write
20+
1821
jobs:
1922
build:
2023
strategy:

src-tauri/tauri.conf.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"targets": [
3131
"deb",
3232
"appimage",
33+
"dmg",
3334
"msi",
3435
"nsis"
3536
],

0 commit comments

Comments
 (0)