Skip to content

Commit

Permalink
ci: android: fix deploying APK to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Nov 20, 2024
1 parent 6bfa5ce commit edef41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gha/build_android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ popd

mkdir -p artifacts/

mv android/app/build/outputs/apk/debug/app-continuous-signed.apk artifacts/xash3d-fwgs-android.apk
mv android/app/build/outputs/apk/continuous/app-continuous-signed.apk artifacts/xash3d-fwgs-android.apk

0 comments on commit edef41f

Please sign in to comment.