We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60340e5 commit 48ace71Copy full SHA for 48ace71
.github/workflows/build-go.yaml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Build binary
37
run: |
38
- GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o output/myapp-${{ matrix.goos }}-${{ matrix.goarch }} main.go
+ GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o output/widdler-${{ matrix.goos }}-${{ matrix.goarch }} main.go
39
40
- name: Upload Artifact
41
uses: actions/upload-artifact@v3
0 commit comments