mirror of
https://github.com/oneclickvirt/ecs.git
synced 2026-04-22 23:27:11 +08:00
fix:继续修复tags识别
This commit is contained in:
@@ -140,8 +140,6 @@ jobs:
|
||||
env:
|
||||
ANDROID_NDK_HOME: ${{ env.ANDROID_NDK_HOME }}
|
||||
GOPRIVATE: github.com/oneclickvirt/security
|
||||
GOOS: android
|
||||
GOARCH: arm64
|
||||
run: |
|
||||
fyne package --os android --app-id com.oneclickvirt.goecs --app-version "${{ needs.prepare.outputs.app_version }}"
|
||||
if [ -f *.apk ]; then
|
||||
@@ -157,8 +155,6 @@ jobs:
|
||||
env:
|
||||
ANDROID_NDK_HOME: ${{ env.ANDROID_NDK_HOME }}
|
||||
GOPRIVATE: github.com/oneclickvirt/security
|
||||
GOOS: android
|
||||
GOARCH: amd64
|
||||
run: |
|
||||
fyne package --os android/amd64 --app-id com.oneclickvirt.goecs --app-version "${{ needs.prepare.outputs.app_version }}"
|
||||
if [ -f *.apk ]; then
|
||||
|
||||
Reference in New Issue
Block a user