Add file listing step in build workflow

pull/331/head
James H Ball 2025-09-18 21:12:50 +01:00 zatwierdzone przez GitHub
rodzic 30d72cde5a
commit 9587bafd29
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -137,6 +137,10 @@ jobs:
if: matrix.os == 'macos-latest'
run: spctl -a -vvv -t install "bin/${{ matrix.project }}-${{ matrix.version }}.pkg"
- name: List files
run: Get-ChildItem -Recurse ${{ github.workspace }}
shell: pwsh
# Windows packaging (Inno Setup)
- name: Compile .ISS to .EXE Installer
if: matrix.os == 'windows-latest'