From ce2c884121638fca281630fd4d2e66138b7518a2 Mon Sep 17 00:00:00 2001 From: prmoore77 Date: Thu, 25 Jan 2024 12:38:08 -0500 Subject: [PATCH] testing 1.1.10 --- .github/workflows/build-docker-images.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/build-docker-images.yml b/.github/workflows/build-docker-images.yml index 89349bf..fa1eb7a 100644 --- a/.github/workflows/build-docker-images.yml +++ b/.github/workflows/build-docker-images.yml @@ -26,12 +26,6 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.1 - - name: debug 1 - run: | - pwd - ls -ltrh - ls macos - - name: Install build requirements run: | brew install boost @@ -42,14 +36,8 @@ jobs: generator: Ninja run-build: true - - name: debug 2 - run: | - pwd - ls -ltrh - ls macos - - name: Sign and notarize the release build - uses: prmoore77/action-macos-sign-notarize@v1.1.9 + uses: prmoore77/action-macos-sign-notarize@v1.1.10 with: certificate: ${{ secrets.APPLE_CERTIFICATE }} certificate-password: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}