From 945262ba65c23c4e9919e9d2e5ebfa5666b54286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB=20=D0=96=D1=83=D0=BA=D0=BE?= =?UTF-8?q?=D0=B2?= <33721692+LeaveMyYard@users.noreply.github.com> Date: Sat, 27 May 2023 17:21:07 +0300 Subject: Remove not needed steps from build-on-release --- .github/workflows/build-on-release.yml | 13 ------------- 1 file changed, 13 deletions(-) (limited to '.github') diff --git a/.github/workflows/build-on-release.yml b/.github/workflows/build-on-release.yml index 9102854..2a0a238 100644 --- a/.github/workflows/build-on-release.yml +++ b/.github/workflows/build-on-release.yml @@ -35,19 +35,6 @@ jobs: run: | pyinstaller krr.py - - name: Sign the application - run: | - echo "${{ secrets.APPLE_DEV_PASSWORD }}" | xcrun altool --store-password-in-keychain-item "AC_PASSWORD" - codesign --force --options runtime --sign "Developer ID Application: pavel@robusta.dev" dist/krr/krr - - # - name: Sign the application (macOS) - # if: matrix.os == 'macos-latest' - # run: | - # security create-keychain -p "" build - # security import ./cert.p12 -k build -P ${{ secrets.CERT_PASSWORD }} -T /usr/bin/codesign - # security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k build build - # codesign -s "Developer ID Application: Your Name (XXXXXX)" --timestamp --options runtime ./dist/krr/krr - - name: Sign the application if: matrix.os == 'macos-latest' run: | -- cgit v1.2.3