diff options
| author | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-05-27 17:14:55 +0300 |
|---|---|---|
| committer | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-05-27 17:14:55 +0300 |
| commit | b6f5ab144a87c79c7bdcdea32807d3ee4f515e75 (patch) | |
| tree | e94060806225f947b31b06936b3c2b2df20b9489 /.github | |
| parent | 6605f8089d36b0c9f19b03527db0d6b38bdb2283 (diff) | |
Fix signing step
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-on-release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
