Skip to content

Commit 209c526

Browse files
committed
fix macos bundle
1 parent 4c2564e commit 209c526

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deployment.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ jobs:
4747

4848
- name: Build .deb Package (Linux)
4949
if: contains(matrix.os, 'ubuntu')
50-
run: cargo bundle --release
50+
run: cargo bundle --features self_update --release
51+
52+
- name: Build .app Package (macOS)
53+
if: contains(matrix.os, 'macos')
54+
run: cargo bundle --features self_update --release
5155

5256
- name: Build .msi Package (Windows)
5357
if: contains(matrix.os, 'windows')

0 commit comments

Comments
 (0)