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

Commit

Permalink
For debugging purposes, list all files in $HOME folder while deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwibrowser authored Jan 20, 2025
1 parent e3aecfd commit 1348eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_sign_release_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,11 @@ jobs:
with:
name: apk-x64

- name: Listing files under apk-arm
- name: Listing files under $HOME
run: |
pwd
echo $HOME
ls -la apk-arm
ls -laR $HOME
- name: Prepare release notes
run: |
Expand Down

0 comments on commit 1348eec

Please sign in to comment.