Skip to content

Commit 3b970de

Browse files
committed
Fix *.apk publish
1 parent b0893e7 commit 3b970de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ jobs:
9292
run: |
9393
cd platforms/android
9494
./gradlew build
95-
cp ./app/build/outputs/apk/debug/app-debug.apk ./wasm3-android-test.apk
95+
- name: Copy
96+
run: |
97+
cp ./platforms/android/app/build/outputs/apk/debug/app-debug.apk ./wasm3-android-test.apk
9698
- name: Publish
9799
uses: softprops/action-gh-release@v1
98100
with:

0 commit comments

Comments
 (0)