From 5bc56ca2161ec07eff58881392462f413e3a7b49 Mon Sep 17 00:00:00 2001 From: Fares Schulz Date: Fri, 15 Mar 2024 15:38:29 +0100 Subject: [PATCH] right -v flag for stapler now --- .github/workflows/build_test_artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test_artifacts.yml b/.github/workflows/build_test_artifacts.yml index 0fdb825..3a9ed9a 100644 --- a/.github/workflows/build_test_artifacts.yml +++ b/.github/workflows/build_test_artifacts.yml @@ -168,7 +168,7 @@ jobs: # Then we need to unzip it and staple the ticket for the gatekeeper to all binaries unzip ${{ env.PRODUCT_NAME }}.zip && rm ${{ env.PRODUCT_NAME }}.zip cd ${{ env.PRODUCT_NAME }} - xcrun stapler staple "${{ env.PROJECT_NAME }}" -v + xcrun stapler staple -v "${{ env.PROJECT_NAME }}" cd .. # And finally zip it again zip -vr ${{ env.PRODUCT_NAME }}.zip ${{ env.PRODUCT_NAME }}/ -x "*.DS_Store"