Skip to content

Commit f615bb6

Browse files
committed
CI: further clarify
1 parent fed1bb5 commit f615bb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/.githubCI.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
working-directory: ./
2121
- uses: actions/upload-artifact@v2
2222
with:
23-
name: wren-linux-bin
23+
name: wren-cli-linux-bin
2424
path: bin/wren_cli
2525
mac:
2626
runs-on: macos-latest
@@ -36,7 +36,7 @@ jobs:
3636
working-directory: ./
3737
- uses: actions/upload-artifact@v2
3838
with:
39-
name: wren-mac-bin
39+
name: wren-cli-mac-bin
4040
path: bin/wren_cli
4141
windows:
4242
runs-on: windows-latest
@@ -51,5 +51,5 @@ jobs:
5151
run: msbuild ./wren-cli.sln /property:Configuration=Release /property:Platform=64bit
5252
- uses: actions/upload-artifact@v2
5353
with:
54-
name: wren-windows-bin
54+
name: wren-cli-windows-bin
5555
path: bin/wren_cli.exe

0 commit comments

Comments
 (0)