Skip to content

Commit 48ace71

Browse files
authored
Fix output file name.
1 parent 60340e5 commit 48ace71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Build binary
3737
run: |
38-
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o output/myapp-${{ matrix.goos }}-${{ matrix.goarch }} main.go
38+
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o output/widdler-${{ matrix.goos }}-${{ matrix.goarch }} main.go
3939
4040
- name: Upload Artifact
4141
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)