Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.5.1-beta-hotfix1'
Browse files Browse the repository at this point in the history
  • Loading branch information
NachE committed Jul 12, 2024
2 parents fec9512 + d9605de commit 2e5cbf6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,11 @@ jobs:
- name: Compress darwin arm64 binary
run: zip -jrm ./dist/v${{ steps.version.outputs.version }}/nebulant-darwin-arm64.zip ./dist/v${{ steps.version.outputs.version }}/nebulant-darwin-arm64

- name: Set up atool
run: xcrun altool --store-password-in-keychain-item altool -u ${{ secrets.APPLE_ID_APPLICATION_USERNAME }} -p ${{ secrets.APPLE_ID_APPLICATION_PASSWORD }}

- name: Notarize darwin amd64 binary
run: xcrun altool --notarize-app --primary-bundle-id io.develat.nebulant-cli --username ${{ secrets.APPLE_ID_APPLICATION_USERNAME }} --password "@keychain:altool" --file ./dist/v${{ steps.version.outputs.version }}/nebulant-darwin-amd64.zip
run: xcrun notarytool submit ./dist/v${{ steps.version.outputs.version }}/nebulant-darwin-amd64.zip --apple-id ${{ secrets.APPLE_ID_APPLICATION_USERNAME }} --team-id ${{ secrets.APPLE_TEAM_ID }} --password ${{ secrets.APPLE_ID_APPLICATION_PASSWORD }} --verbose --wait

- name: Notarize darwin arm64 binary
run: xcrun altool --notarize-app --primary-bundle-id io.develat.nebulant-cli --username ${{ secrets.APPLE_ID_APPLICATION_USERNAME }} --password "@keychain:altool" --file ./dist/v${{ steps.version.outputs.version }}/nebulant-darwin-arm64.zip
run: xcrun notarytool submit ./dist/v${{ steps.version.outputs.version }}/nebulant-darwin-arm64.zip --apple-id ${{ secrets.APPLE_ID_APPLICATION_USERNAME }} --team-id ${{ secrets.APPLE_TEAM_ID }} --password ${{ secrets.APPLE_ID_APPLICATION_PASSWORD }} --verbose --wait

- name: Upload binary artifacts (darwin signed)
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 2e5cbf6

Please sign in to comment.