kopia lustrzana https://github.com/jameshball/osci-render
Add file listing step in build workflow
rodzic
30d72cde5a
commit
9587bafd29
|
|
@ -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'
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue