Add additional debugging information during deployment

This commit is contained in:
Kiwi Browser 2025-01-20 13:57:32 +02:00 committed by GitHub
parent 5b83175eff
commit e3aecfdfbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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