Skip to content

Commit 1a83911

Browse files
committed
fix: mac file name for release workflow
Ticket: BTC-0000
1 parent 3357dc7 commit 1a83911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
NEXT_VERSION: "${{ inputs.next-version }}"
2222
outputs:
23-
dmg_filename: "Wallet Recovery Wizard-${{ inputs.next-version }}.dmg"
23+
dmg_filename: "Wallet Recovery Wizard-${{ inputs.next-version }}-arm64.dmg"
2424
exe_filename: "Wallet Recovery Wizard-Setup-${{ inputs.next-version }}.exe"
2525
deb_filename: "Wallet Recovery Wizard-Linux-${{ inputs.next-version }}.deb"
2626
steps:

0 commit comments

Comments
 (0)