chore: change Github to GitHub

This commit is contained in:
Mega Yu
2026-04-15 15:43:52 +08:00
parent 8347708c69
commit 69ee9e2f83
8 changed files with 12 additions and 12 deletions

View File

@@ -640,7 +640,7 @@ jobs:
./*.apk
release:
# NOTE: For now, we only have beta channel to be released on Github
# NOTE: For now, we only have beta channel to be released on GitHub
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.build-target == 'beta' }}
needs: [ build-macos-x64, build-macos-arm64, build-linux-x64, build-linux-arm64, build-windows-x64, build-windows-arm64]
runs-on: ubuntu-22.04