Skip to content

Commit

Permalink
chore: Rename release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Oct 26, 2022
1 parent 88706b7 commit 9d401ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
if: github.event_name == 'push' || needs.changes.outputs.code == 'true'
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
with:
name: chezmoi-windows-amd64.exe
name: chezmoi-windows-amd64
path: dist/chezmoi-nocgo_windows_amd64_v1/chezmoi.exe
test-ubuntu:
needs: changes
Expand Down

0 comments on commit 9d401ab

Please sign in to comment.