From 6ded6b74467c3ce901b6f5b758477cee26b384e3 Mon Sep 17 00:00:00 2001 From: Joscha Metze Date: Tue, 2 May 2023 19:48:54 +0200 Subject: [PATCH] some more logging --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3420eddd..8c9e5c8f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,8 +100,10 @@ jobs: if: matrix.os == 'macos-latest' - name: Staple app run: | + ls dist/* -lisa xcrun stapler staple dist/maus_cli_macos.app xcrun stapler validate dist/maus_cli_macos.app + ls dist/* -lisa if: matrix.os == 'macos-latest' - name: Repackage stapled app run: |