We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed1bb5 commit f615bb6Copy full SHA for f615bb6
.github/workflows/.githubCI.yml
@@ -20,7 +20,7 @@ jobs:
20
working-directory: ./
21
- uses: actions/upload-artifact@v2
22
with:
23
- name: wren-linux-bin
+ name: wren-cli-linux-bin
24
path: bin/wren_cli
25
mac:
26
runs-on: macos-latest
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
- name: wren-mac-bin
+ name: wren-cli-mac-bin
40
41
windows:
42
runs-on: windows-latest
@@ -51,5 +51,5 @@ jobs:
51
run: msbuild ./wren-cli.sln /property:Configuration=Release /property:Platform=64bit
52
53
54
- name: wren-windows-bin
+ name: wren-cli-windows-bin
55
path: bin/wren_cli.exe
0 commit comments