ci: add .exe to windows artifacts

windows-fixes
TorchedSammy 2022-03-02 06:44:46 -04:00
parent b61a36d675
commit e7a31c5394
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
- uses: actions/upload-artifact@v2
if: matrix.goos == 'windows'
with:
name: hilbish-${{ matrix.goos }}-${{ matrix.goarch }}
name: hilbish-${{ matrix.goos }}-${{ matrix.goarch }}.exe
path: hilbish.exe
- uses: actions/upload-artifact@v2
if: matrix.goos != 'windows'