Explorar o código

fix: build macos install ci error (#1502)

Lucas.Xu %!s(int64=2) %!d(string=hai) anos
pai
achega
925ef48a83
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      .github/workflows/release.yml

+ 1 - 2
.github/workflows/release.yml

@@ -170,13 +170,12 @@ jobs:
           cargo make --env APP_VERSION=${{ github.ref_name }} --profile production-mac-x86_64 appflowy
 
       - name: Create MacOS dmg
-        working-directory: frontend
         run: |
             brew install create-dmg
             create-dmg \
             --volname ${{ env.MACOS_DMG_NAME }} \
             --hide-extension "AppFlowy.app" \
-            --background scripts/dmg_assets/AppFlowyInstallerBackground.jpg \
+            --background frontend/scripts/dmg_assets/AppFlowyInstallerBackground.jpg \
             --window-size 600 450 \
             --icon-size 94 \
             --icon "AppFlowy.app" 141 249 \