diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 218033b..dc1fa66 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -236,7 +236,6 @@ jobs: generate_release_notes: true files: | dist/**/*.zip - dist/**/*.dmg dist/**/*.msi dist/**/*.msi.sig dist/**/*.msvc diff --git a/README.md b/README.md index 4afe6db..aa26822 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,5 @@ bash scripts/desktop/collect_release_assets.sh 产物会出现在 `release-assets/`: -- `aigate--macOS.dmg` - `aigate--macOS.zip` - `aigate--darwin-universal.app.tar.gz` diff --git a/docs/README.en.md b/docs/README.en.md index 39f894f..6f774a4 100644 --- a/docs/README.en.md +++ b/docs/README.en.md @@ -267,6 +267,5 @@ bash scripts/desktop/collect_release_assets.sh Release assets are collected in `release-assets/`: -- `aigate--macOS.dmg` - `aigate--macOS.zip` - `aigate--darwin-universal.app.tar.gz` diff --git a/scripts/test/release_no_apple_signing_test.sh b/scripts/test/release_no_apple_signing_test.sh index 8b86f8d..07916df 100644 --- a/scripts/test/release_no_apple_signing_test.sh +++ b/scripts/test/release_no_apple_signing_test.sh @@ -32,5 +32,6 @@ assert_workflows_not_contains "security create-keychain" assert_workflows_not_contains "security import" assert_workflows_not_contains "security unlock-keychain" assert_workflows_not_contains "security set-key-partition-list" +assert_workflows_not_contains "dist/**/*.dmg" echo "PASS: release_no_apple_signing_test"