Skip to content

Commit

Permalink
fix notarization CI
Browse files Browse the repository at this point in the history
* was missing new darwin subfolder due to split/merge builds
  • Loading branch information
lionello committed Jul 5, 2024
1 parent fd426f1 commit 17452e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ jobs:
- name: Notarize macOS app # TODO: move to goreleaser.yml
shell: bash
run: |
bin/notarize.sh dist/defang_*_macOS.zip
bin/notarize.sh dist/darwin/defang_*_macOS.zip
working-directory: src
env:
MACOS_NOTARIZATION_APPLE_ID: ${{ secrets.MACOS_NOTARIZATION_APPLE_ID }}
Expand Down

0 comments on commit 17452e9

Please sign in to comment.