Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ffAudio committed Oct 7, 2024
1 parent 1a08947 commit d728fda
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,13 @@ jobs:
- name: Notarize (macos)
if: runner.os == 'MacOS'
uses: devbotsxyz/xcode-notarize@v1
uses: lando/notarize-action@v2
with:
product-path: "${{runner.workspace}}/build/frequalizer_artefacts/Release/Frequalizer.pkg"
appstore-connect-username: ${{ secrets.MACOS_NOTARIZE_USER }}
appstore-connect-password: ${{ secrets.MACOS_NOTARIZE_PWD }}
primary-bundle-id: ${{ env.BUNDLE_ID }}

- name: Staple (macos)
if: runner.os == 'MacOS'
uses: devbotsxyz/xcode-staple@v1
with:
product-path: "${{runner.workspace}}/build/frequalizer_artefacts/Release/Frequalizer.pkg"

- name: InnoSetup Installer (Windows)
if: runner.os == 'Windows'
working-directory: ${{runner.workspace}}/build
Expand Down

0 comments on commit d728fda

Please sign in to comment.