Skip to content

Commit 60340e5

Browse files
authored
Update application name in Action artifacts.
1 parent 9693805 commit 60340e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
- name: Upload Artifact
4141
uses: actions/upload-artifact@v3
4242
with:
43-
name: myapp-${{ matrix.goos }}-${{ matrix.goarch }}
44-
path: output/myapp-${{ matrix.goos }}-${{ matrix.goarch }}
43+
name: widdler-${{ matrix.goos }}-${{ matrix.goarch }}
44+
path: output/widdler-${{ matrix.goos }}-${{ matrix.goarch }}

0 commit comments

Comments
 (0)