ls -R before signing too
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -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'
|
||||
|
1
.github/workflows/scripts/mac/sign-apps.sh
vendored
1
.github/workflows/scripts/mac/sign-apps.sh
vendored
@@ -24,6 +24,7 @@ sign() {
|
||||
# We finally codesign our app bundle, specifying the Hardened runtime option
|
||||
|
||||
/usr/bin/codesign --force -s "$PROD_MACOS_CERTIFICATE_NAME" --options runtime "$APP_PATH"/Contents/Frameworks/*.dylib -v
|
||||
ls -R "$APP_PATH"/Contents/Frameworks/*.framework
|
||||
(cd "$APP_PATH" && frameworks=Contents/Frameworks/*.framework/Versions/A/* && \
|
||||
for framework in $frameworks; do
|
||||
if [ -f "$framework" ]; then
|
||||
|
Reference in New Issue
Block a user