diff --git a/.github/workflows/playground.yml b/.github/workflows/playground.yml index 27bed1d1b..73156d026 100644 --- a/.github/workflows/playground.yml +++ b/.github/workflows/playground.yml @@ -154,12 +154,6 @@ jobs: sed -i -e 's/MAXIMUM_UNMOUNTING_ATTEMPTS=3/MAXIMUM_UNMOUNTING_ATTEMPTS=7/' "$CREATE_DMG" create-dmg --icon "RustDesk.app" 200 190 --hide-extension "RustDesk.app" --window-size 800 400 --app-drop-link 600 185 rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}.dmg ./flutter/build/macos/Build/Products/Release/RustDesk.app - - name: Upload unsigned macOS app - uses: actions/upload-artifact@master - with: - name: rustdesk-unsigned-macos-${{ matrix.job.arch }} - path: rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}.dmg # can not upload the directory directly or tar.gz, which destroy the link structure, causing the codesign failed - - name: Codesign app and create signed dmg if: env.MACOS_P12_BASE64 != null run: |