Skip to content

Commit

Permalink
Attempting to sign client again (with modified action)
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Feb 29, 2024
1 parent 7ff5e0d commit 775081c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run-build: true

- name: Sign and notarize the server release build
uses: toitlang/action-macos-sign-notarize@v1.1.1
uses: prmoore77/action-macos-sign-notarize@b0f525e0d98a47b0884558b786f21453889a04d7
with:
certificate: ${{ secrets.APPLE_CERTIFICATE }}
certificate-password: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
Expand All @@ -47,6 +47,16 @@ jobs:
app-path: build/flight_sql_server
entitlements-path: macos/entitlements.plist

- name: Sign and notarize the server release build
uses: prmoore77/action-macos-sign-notarize@b0f525e0d98a47b0884558b786f21453889a04d7
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 775081c

Please sign in to comment.