Add debugging output to main workflow

pull/2952/head
Jonathan Bennett 2023-11-18 14:56:40 -06:00 zatwierdzone przez GitHub
rodzic 297267d037
commit 7ef4abb974
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -306,6 +306,9 @@ jobs:
name: firmware-${{ steps.version.outputs.version }} name: firmware-${{ steps.version.outputs.version }}
path: ./output path: ./output
- name: Display structure of downloaded files
run: ls -R
- name: Device scripts permissions - name: Device scripts permissions
run: | run: |
chmod +x ./output/device-install.sh chmod +x ./output/device-install.sh