Skip to content

Commit

Permalink
Remove signing of client app
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Feb 28, 2024
1 parent ee4fe24 commit 3b5beac
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,6 @@ jobs:
app-path: build/flight_sql_server
entitlements-path: macos/entitlements.plist

- name: Sign and notarize the client release build
uses: toitlang/[email protected]
with:
certificate: ${{ secrets.APPLE_CERTIFICATE }}
certificate-password: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
username: ${{ secrets.APPLE_ID_USERNAME }}
password: ${{ secrets.APPLE_ID_PASSWORD }}
apple-team-id: ${{ secrets.APPLE_TEAM_ID }}
app-path: build/flight_sql_client

- name: Zip artifacts
run: |
mv build/flight_sql_server build/flight_sql_client .
Expand Down

0 comments on commit 3b5beac

Please sign in to comment.