Skip to content

Commit

Permalink
Fix #1197 CI 不构建安卓 APK 了
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Nov 16, 2024
1 parent 915b920 commit a6b7758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
isWindows: ${{ startsWith(matrix.os, 'windows') }}
isUbuntu: ${{ startsWith(matrix.os, 'ubuntu') }}
isUnix: ${{ startsWith(matrix.os, 'macos') || startsWith(matrix.os, 'ubuntu') }}
doSigning: ${{ github.event_name != 'pull_request' && github.repository == 'open-ani/ani' }} # fork 和 PR 不使用签名
doSigning: ${{ github.event_name != 'pull_request' && github.repository == 'open-ani/animeko' }} # fork 和 PR 不使用签名
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a6b7758

Please sign in to comment.