summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
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
commitb6f5ab144a87c79c7bdcdea32807d3ee4f515e75 (patch)
treee94060806225f947b31b06936b3c2b2df20b9489 /.github/workflows
parent6605f8089d36b0c9f19b03527db0d6b38bdb2283 (diff)
Fix signing step
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-on-release.yml2
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'