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 9693805 commit 60340e5Copy full SHA for 60340e5
.github/workflows/build-go.yaml
@@ -40,5 +40,5 @@ jobs:
40
- name: Upload Artifact
41
uses: actions/upload-artifact@v3
42
with:
43
- name: myapp-${{ matrix.goos }}-${{ matrix.goarch }}
44
- path: output/myapp-${{ matrix.goos }}-${{ matrix.goarch }}
+ name: widdler-${{ matrix.goos }}-${{ matrix.goarch }}
+ path: output/widdler-${{ matrix.goos }}-${{ matrix.goarch }}
0 commit comments