V1.4.0 workflow

This commit is contained in:
ThisIsDara
2026-05-14 12:49:38 +03:30
parent afc979ef30
commit 222af94ca2
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
go build -ldflags "-s -w" -o mhr-cfw-go-${{ matrix.goos }}-${{ matrix.goarch }} ./cmd/mhr-cfw
- name: Rename Windows executable
if: matrix.goos == 'windows'
if: matrix.goos == 'windows' && matrix.goarch != 'arm64'
shell: bash
run: mv mhr-cfw-go-windows-${{ matrix.goarch }} mhr-cfw-go-windows-${{ matrix.goarch }}.exe