mirror of
https://github.com/Hilbis/Hilbish
synced 2025-03-31 02:33:23 +00:00
ci: remove .exe from windows artifact names
This commit is contained in:
parent
03cb9c06f3
commit
b210378380
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user