Skip to content

Commit

Permalink
Update application name in Action artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
th authored Oct 27, 2024
1 parent 9693805 commit 60340e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: myapp-${{ matrix.goos }}-${{ matrix.goarch }}
path: output/myapp-${{ matrix.goos }}-${{ matrix.goarch }}
name: widdler-${{ matrix.goos }}-${{ matrix.goarch }}
path: output/widdler-${{ matrix.goos }}-${{ matrix.goarch }}

0 comments on commit 60340e5

Please sign in to comment.