ls -R before signing too

This commit is contained in:
2024-09-07 23:28:13 -05:00
parent 755c4bdfe0
commit 2ced39ccb5
2 changed files with 1 additions and 6 deletions

View File

@@ -53,9 +53,6 @@ jobs:
fileName: 'dependencies-${{ matrix.os.deps || matrix.os.name }}-${{ matrix.configuration }}.tar'
extract: true
out-file-path: 'deps'
- name: ls the dependencies
run: ls -R deps/lib
shell: bash
- name: Windows build dependencies
run: 'vcpkg install libxml2 && pip install scons'
if: ${{ matrix.os.name == 'windows' }}
@@ -71,9 +68,6 @@ jobs:
- name: Build
run: '${{ matrix.os.scons-script }} test=false debug=$DEBUG_FLAG'
shell: bash
- name: ls the dependencies after the build
run: ls -R deps/lib
shell: bash
- name: 'Tar unsigned files'
run: 'tar -cvf cboe-${{ matrix.os.name }}-${{ matrix.configuration }}-unsigned.tar "Blades of Exile"'
working-directory: '${{ github.workspace }}/build'