From b6f5ab144a87c79c7bdcdea32807d3ee4f515e75 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:14:55 +0300 Subject: Fix signing step --- .github/workflows/build-on-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/build-on-release.yml b/.github/workflows/build-on-release.yml index 26b2c55..9102854 100644 --- a/.github/workflows/build-on-release.yml +++ b/.github/workflows/build-on-release.yml @@ -38,7 +38,7 @@ jobs: - 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/your_script + codesign --force --options runtime --sign "Developer ID Application: pavel@robusta.dev" dist/krr/krr # - name: Sign the application (macOS) # if: matrix.os == 'macos-latest' -- cgit v1.2.3