Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
Add additional debugging information during deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwibrowser authored Jan 20, 2025
1 parent 5b83175 commit e3aecfd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_and_sign_release_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,12 @@ jobs:
with:
name: apk-x64

- name: Listing files under apk-arm
run: |
pwd
echo $HOME
ls -la apk-arm
- name: Prepare release notes
run: |
cat ./apk-arm/last_commits.txt > release_notes.txt
Expand Down

0 comments on commit e3aecfd

Please sign in to comment.