Skip to content

Commit 786d07b

Browse files
committed
refactor: move build env to linux
1 parent 3a1adaf commit 786d07b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
-
4747
name: Check Binary
4848
run: |
49-
./dist/lets_macos_amd_darwin_amd64/lets version
49+
./dist/lets_linux_amd64/lets version

.github/workflows/goreleaser_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
-
4848
name: Check Binary
4949
run: |
50-
./dist/lets_macos_amd_darwin_amd64/lets version
50+
./dist/lets_linux_amd64/lets version

0 commit comments

Comments
 (0)