File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ jobs:
101101 env :
102102 ANDROID_NDK_HOME : ${{ env.ANDROID_NDK_HOME }}
103103 GOPRIVATE : github.com/oneclickvirt/security
104- GOFLAGS : " -ldflags=-s -w -checklinkname=0"
105104 run : |
106105 fyne package --os android --app-id com.oneclickvirt.goecs --app-version "${{ needs.prepare.outputs.app_version }}" --release
107106 if [ -f *.apk ]; then
@@ -118,7 +117,6 @@ jobs:
118117 env :
119118 ANDROID_NDK_HOME : ${{ env.ANDROID_NDK_HOME }}
120119 GOPRIVATE : github.com/oneclickvirt/security
121- GOFLAGS : " -ldflags=-s -w -checklinkname=0"
122120 run : |
123121 fyne package --os android/amd64 --app-id com.oneclickvirt.goecs --app-version "${{ needs.prepare.outputs.app_version }}" --release
124122 if [ -f *.apk ]; then
You can’t perform that action at this time.
0 commit comments