Skip to content

Commit 0119014

Browse files
committed
fix: add -vD
1 parent 0b367d3 commit 0119014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
env:
108108
VERSION: ${{ github.ref_name }}
109109
run: |
110-
xmake f -p android -a arm64-v8a --ndk_sdkver=21 --ndk=${ANDROID_NDK} -y -c
110+
xmake f -p android -a arm64-v8a --ndk_sdkver=21 --ndk=${ANDROID_NDK} -y -c -vD
111111
xmake build -y onscripter
112112
- name: build-apk
113113
run: |

0 commit comments

Comments
 (0)