ci: remove .exe from windows artifact names

insensitive-tab^2
TorchedSammy 2022-04-30 12:08:54 -04:00
parent 03cb9c06f3
commit b210378380
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 }}.exe
name: hilbish-${{ matrix.goos }}-${{ matrix.goarch }}
path: hilbish.exe
- uses: actions/upload-artifact@v2
if: matrix.goos != 'windows'