Skip to content

Commit 664e56c

Browse files
LucasXu0appflowy
authored andcommitted
fix: build macos install ci error (#1502)
1 parent bc70b04 commit 664e56c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,12 @@ jobs:
170170
cargo make --env APP_VERSION=${{ github.ref_name }} --profile production-mac-x86_64 appflowy
171171
172172
- name: Create MacOS dmg
173-
working-directory: frontend
174173
run: |
175174
brew install create-dmg
176175
create-dmg \
177176
--volname ${{ env.MACOS_DMG_NAME }} \
178177
--hide-extension "AppFlowy.app" \
179-
--background scripts/dmg_assets/AppFlowyInstallerBackground.jpg \
178+
--background frontend/scripts/dmg_assets/AppFlowyInstallerBackground.jpg \
180179
--window-size 600 450 \
181180
--icon-size 94 \
182181
--icon "AppFlowy.app" 141 249 \

0 commit comments

Comments
 (0)