Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ jobs:
generate_release_notes: true
files: |
dist/**/*.zip
dist/**/*.dmg
dist/**/*.msi
dist/**/*.msi.sig
dist/**/*.msvc
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,5 @@ bash scripts/desktop/collect_release_assets.sh

产物会出现在 `release-assets/`:

- `aigate-<tag>-macOS.dmg`
- `aigate-<tag>-macOS.zip`
- `aigate-<tag>-darwin-universal.app.tar.gz`
1 change: 0 additions & 1 deletion docs/README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,5 @@ bash scripts/desktop/collect_release_assets.sh

Release assets are collected in `release-assets/`:

- `aigate-<tag>-macOS.dmg`
- `aigate-<tag>-macOS.zip`
- `aigate-<tag>-darwin-universal.app.tar.gz`
1 change: 1 addition & 0 deletions scripts/test/release_no_apple_signing_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Loading