Skip to content

Commit

Permalink
Include .exe extension in Windows build artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Aug 5, 2021
1 parent cdbc085 commit 2726d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -117,10 +117,10 @@ jobs:
with:
name: chezmoi-darwin-arm64
path: dist/chezmoi-nocgo_darwin_arm64/chezmoi
- name: Upload artifact chezmoi-windows-amd64
- name: Upload artifact chezmoi-windows-amd64.exe
uses: actions/upload-artifact@v2
with:
name: chezmoi-windows-amd64
name: chezmoi-windows-amd64.exe
path: dist/chezmoi-nocgo_windows_amd64/chezmoi.exe
generate:
runs-on: ubuntu-18.04
Expand Down

0 comments on commit 2726d9f

Please sign in to comment.