Skip to content

Commit 96822bd

Browse files
committed
Fixing the name of the executable
1 parent 31d3705 commit 96822bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cross-compile.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333

3434
- name: Cross-Compile for Windows, macOS, and Linux
3535
run: |
36-
env GOOS=windows GOARCH=amd64 go build -o ./build/cloud-init-decoder-windows-amd64.exe
37-
env GOOS=darwin GOARCH=amd64 go build -o ./build/cloud-init-decoder-darwin-amd64
38-
env GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -a -ldflags '-linkmode external -extldflags "-static"' -o ./build/cloud-init-decoder-linux-amd64
36+
env GOOS=windows GOARCH=amd64 go build -o ./build/cloud-startup-data-decoder-windows-amd64.exe
37+
env GOOS=darwin GOARCH=amd64 go build -o ./build/cloud-startup-data-decoder-darwin-amd64
38+
env GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -a -ldflags '-linkmode external -extldflags "-static"' -o ./build/cloud-startup-data-decoder-linux-amd64
3939
4040
- name: Archive production artifacts
4141
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)