summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-05-27 17:21:07 +0300
committerПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-05-27 17:21:07 +0300
commit945262ba65c23c4e9919e9d2e5ebfa5666b54286 (patch)
treeccb97e9d05cac3bf99cb90d046f2bfff24a7850a /.github/workflows
parentb6f5ab144a87c79c7bdcdea32807d3ee4f515e75 (diff)
Remove not needed steps from build-on-release
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-on-release.yml13
1 files changed, 0 insertions, 13 deletions
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
@@ -36,19 +36,6 @@ jobs:
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: |
echo "${{ secrets.APPLE_DEV_PASSWORD }}" | xcrun altool --store-password-in-keychain-item "AC_PASSWORD"