mirror of
https://github.com/kiwibrowser/src.next.git
synced 2025-12-28 07:54:51 +00:00
Add additional debugging information during deployment
This commit is contained in:
parent
5b83175eff
commit
e3aecfdfbd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user