Skip to content

Commit c1a4db5

Browse files
committed
Use the same suffixes as serial-discovery
1 parent e842beb commit c1a4db5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-go-nightly-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runner: ubuntu-latest
3838
- task: Windows_64bit
3939
runner: ubuntu-latest
40-
- task: Windows_Arm_64bit
40+
- task: Windows_ARM64
4141
runner: ubuntu-latest
4242
- task: Linux_32bit
4343
runner: ubuntu-latest

DistTasks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ tasks:
5252
PACKAGE_PLATFORM: "Windows_64bit"
5353
PACKAGE_NAME: "{{.PROJECT_NAME}}_{{.VERSION}}_{{.PACKAGE_PLATFORM}}.zip"
5454

55-
Windows_Arm_64bit:
55+
Windows_ARM64:
5656
desc: Builds Windows ARM 64 bit binaries
5757
cmds:
5858
- |
@@ -64,7 +64,7 @@ tasks:
6464
vars:
6565
PLATFORM_DIR: "{{.PROJECT_NAME}}_windows_arm64"
6666
BUILD_COMMAND: "go build -o {{.DIST_DIR}}/{{.PLATFORM_DIR}}/{{.PROJECT_NAME}}.exe {{.LDFLAGS}}"
67-
PACKAGE_PLATFORM: "Windows_Arm_64bit"
67+
PACKAGE_PLATFORM: "Windows_ARM64"
6868
PACKAGE_NAME: "{{.PROJECT_NAME}}_{{.VERSION}}_{{.PACKAGE_PLATFORM}}.zip"
6969

7070
Linux_32bit:

0 commit comments

Comments
 (0)