Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ jobs:
# Find and copy core and vending APKs
find play-services-core/build/outputs/apk/vtmDefault/release \
vending-app/build/outputs/apk/default/release \
-name '*.apk' -exec cp {} /tmp/release-apks/ \
;
-name '*.apk' -exec cp {} /tmp/release-apks/ \;

# Copy and rename Remote DroidGuard Server APK
rdg_apk=$(find remote-droidguard-server/build/outputs/apk/release -name '*.apk' | head -1)
Expand Down
Loading