Skip to content

Commit 5c65945

Browse files
committed
Revert "fix: mac file name for release workflow"
This reverts commit 1a83911.
1 parent 4f6645d commit 5c65945

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 }}-arm64.dmg"
23+
dmg_filename: "Wallet Recovery Wizard-${{ inputs.next-version }}.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)