Skip to content

Commit

Permalink
testing 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Jan 25, 2024
1 parent f220260 commit 0210c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:
ls macos
- name: Sign and notarize the release build
uses: prmoore77/[email protected].8
uses: prmoore77/[email protected].9
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
# entitlements-path: macos/entitlements.plist
entitlements-path: macos/entitlements.plist

- name: Zip artifacts
run: |
Expand Down

0 comments on commit 0210c5d

Please sign in to comment.