Skip to content

Commit 222af94

Browse files
committed
V1.4.0 workflow
1 parent afc979e commit 222af94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
go build -ldflags "-s -w" -o mhr-cfw-go-${{ matrix.goos }}-${{ matrix.goarch }} ./cmd/mhr-cfw
5555
5656
- name: Rename Windows executable
57-
if: matrix.goos == 'windows'
57+
if: matrix.goos == 'windows' && matrix.goarch != 'arm64'
5858
shell: bash
5959
run: mv mhr-cfw-go-windows-${{ matrix.goarch }} mhr-cfw-go-windows-${{ matrix.goarch }}.exe
6060

0 commit comments

Comments
 (0)