Skip to content

Commit

Permalink
fix: add -vD
Browse files Browse the repository at this point in the history
  • Loading branch information
zeromake committed Aug 26, 2024
1 parent 43d8d0b commit 5c91044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
env:
VERSION: ${{ github.ref_name }}
run: |
xmake f -p android -a arm64-v8a --ndk_sdkver=21 --ndk=${ANDROID_NDK} -y -c
xmake f -p android -a arm64-v8a --ndk_sdkver=21 --ndk=${ANDROID_NDK} -y -c -vD
xmake build -y onscripter
- name: build-apk
run: |
Expand Down

0 comments on commit 5c91044

Please sign in to comment.