Skip to content

Commit

Permalink
workflow: Remove all Gallery APKs except universal version for DotGal…
Browse files Browse the repository at this point in the history
…lery [skip ci]

Change-Id: I25922954505e7b4a5851dda1fd522e0187e0a6ec
  • Loading branch information
PrajjuS committed Dec 22, 2024
1 parent d1167e0 commit f134afe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prebuilts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Move APKs
run: |
rm -f *nomaps*.apk
rm -f $(ls Gallery*.apk | grep -v "universal")
mv -f Gallery*.apk DotGallery/DotGallery.apk
- name: Download latest release .zip
Expand Down

0 comments on commit f134afe

Please sign in to comment.