Skip to content

Commit

Permalink
Update cnkrelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SurFlurer authored Mar 3, 2023
1 parent d5c018f commit 2b75f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cnkrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
working-directory: ./android
run: |
chmod +x gradlew
./gradlew -Pj=$((`nproc`+0)) assembleExperimentalRelease
./gradlew -Pj=$((`nproc`+0)) -Pabi_arm_32=false assembleExperimentalRelease
- name: move
working-directory: ./android
run: mv ./app/build/outputs/apk/experimental/release/*.apk "/home/runner/work/Cataclysm-DDA/${{ steps.generate_env_vars.outputs.release_name }}.apk"
Expand Down

0 comments on commit 2b75f36

Please sign in to comment.