mirror of
https://github.com/ThisIsDara/mhr-cfw-go.git
synced 2026-05-17 21:24:36 +03:00
V1.4.0 workflow
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user