Skip to content

Commit effa8dd

Browse files
committed
fix filename
1 parent 1ce3699 commit effa8dd

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ jobs:
2222
- name: Build Native Library
2323
run: cargo ndk -t arm64-v8a -o app/src/main/jniLibs build --package solitaire-game --release
2424
- name: Assemble Apk
25-
run: ./gradlew assemble
25+
run: |
26+
./gradlew assemble
27+
cp app/build/outputs/apk/release/app-release.apk peg-solitaire.apk
2628
- uses: actions/upload-artifact@v6
2729
with:
2830
name: android-apk
29-
path: app/build/outputs/apk/release/peg-solitaire.apk
31+
path: ./peg-solitaire.apk
3032

3133
build-wasm:
3234
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)