mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-12-24 12:37:53 +08:00
fix:不设置GOFLAGS
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -101,7 +101,6 @@ jobs:
|
||||
env:
|
||||
ANDROID_NDK_HOME: ${{ env.ANDROID_NDK_HOME }}
|
||||
GOPRIVATE: github.com/oneclickvirt/security
|
||||
GOFLAGS: "-ldflags=-s -w -checklinkname=0"
|
||||
run: |
|
||||
fyne package --os android --app-id com.oneclickvirt.goecs --app-version "${{ needs.prepare.outputs.app_version }}" --release
|
||||
if [ -f *.apk ]; then
|
||||
@@ -118,7 +117,6 @@ jobs:
|
||||
env:
|
||||
ANDROID_NDK_HOME: ${{ env.ANDROID_NDK_HOME }}
|
||||
GOPRIVATE: github.com/oneclickvirt/security
|
||||
GOFLAGS: "-ldflags=-s -w -checklinkname=0"
|
||||
run: |
|
||||
fyne package --os android/amd64 --app-id com.oneclickvirt.goecs --app-version "${{ needs.prepare.outputs.app_version }}" --release
|
||||
if [ -f *.apk ]; then
|
||||
|
||||
Reference in New Issue
Block a user