Correct artifact name
This commit is contained in:
parent
6ae72e4fc5
commit
1ac1681bcd
4
.github/workflows/blank.yml
vendored
4
.github/workflows/blank.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2.2.3
|
uses: actions/upload-artifact@v2.2.3
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
with:
|
with:
|
||||||
name: nbr-win32.zip
|
name: nbr-win32
|
||||||
# A file, directory or wildcard pattern that describes what to upload
|
# A file, directory or wildcard pattern that describes what to upload
|
||||||
path: _build/install/default/bin/nbr.exe
|
path: _build/install/default/bin/nbr.exe
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
@ -44,7 +44,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2.2.3
|
uses: actions/upload-artifact@v2.2.3
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
with:
|
with:
|
||||||
name: nbr-linux.zip
|
name: nbr-linux
|
||||||
# A file, directory or wildcard pattern that describes what to upload
|
# A file, directory or wildcard pattern that describes what to upload
|
||||||
path: _build/install/default/bin/nbr
|
path: _build/install/default/bin/nbr
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user