Skip to content

Commit

Permalink
Merge pull request #473 from BitGo/mac-mx-build
Browse files Browse the repository at this point in the history
fix: mac release file name
  • Loading branch information
louib-bitgo authored Aug 12, 2024
2 parents 39c5825 + b5accb9 commit 42ede80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
NEXT_VERSION: "${{ inputs.next-version }}"
outputs:
dmg_filename: "Wallet Recovery Wizard-${{ inputs.next-version }}.dmg"
dmg_filename: "Wallet Recovery Wizard-${{ inputs.next-version }}-arm64.dmg"
exe_filename: "Wallet Recovery Wizard-Setup-${{ inputs.next-version }}.exe"
deb_filename: "Wallet Recovery Wizard-Linux-${{ inputs.next-version }}.deb"
steps:
Expand Down

0 comments on commit 42ede80

Please sign in to comment.