Skip to content

Commit

Permalink
remove file listing
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Dec 7, 2023
1 parent e1039ef commit 0aeff5b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,6 @@ jobs:
- name: Remove "-unsigned" from filename(s)
run: for filename in ./app/release/*-unsigned*; do mv "./$filename" "./$(echo "$filename" | sed -e 's/-unsigned//g')"; done

- name: List all release files
run: ls ./app/release/

- uses: ilharp/sign-android-release@v1
id: sign_app
with:
Expand Down

0 comments on commit 0aeff5b

Please sign in to comment.