Skip to content

Commit

Permalink
CI: further clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
ruby0x1 committed Nov 14, 2021
1 parent fed1bb5 commit f615bb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/.githubCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
working-directory: ./
- uses: actions/upload-artifact@v2
with:
name: wren-linux-bin
name: wren-cli-linux-bin
path: bin/wren_cli
mac:
runs-on: macos-latest
Expand All @@ -36,7 +36,7 @@ jobs:
working-directory: ./
- uses: actions/upload-artifact@v2
with:
name: wren-mac-bin
name: wren-cli-mac-bin
path: bin/wren_cli
windows:
runs-on: windows-latest
Expand All @@ -51,5 +51,5 @@ jobs:
run: msbuild ./wren-cli.sln /property:Configuration=Release /property:Platform=64bit
- uses: actions/upload-artifact@v2
with:
name: wren-windows-bin
name: wren-cli-windows-bin
path: bin/wren_cli.exe

1 comment on commit f615bb6

@joshgoebel
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great to see 0.4 released!

Please sign in to comment.