Skip to content

Commit

Permalink
chore(ci): delete unsigned file
Browse files Browse the repository at this point in the history
Signed-off-by: rhunk <[email protected]>
  • Loading branch information
rhunk committed Jun 3, 2024
1 parent fd68eb1 commit 427bc98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
cd app/build/outputs/apk/armv8/debug/
shopt -s extglob
rm !(*-signed*)
rm -rf !(*-signed*)
- name: Build Version
run: ./gradlew getVersion
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
run: |
cd app/build/outputs/apk/armv7/debug/
shopt -s extglob
rm !(*-signed*)
rm -rf !(*-signed*)
- name: Build Version
run: ./gradlew getVersion
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
run: |
cd app/build/outputs/apk/all/debug/
shopt -s extglob
rm !(*-signed*)
rm -rf !(*-signed*)
- name: Build Version
run: ./gradlew getVersion
Expand Down

0 comments on commit 427bc98

Please sign in to comment.