From fed1bb59232223233623d0bf47c97ee6af60fce0 Mon Sep 17 00:00:00 2001 From: ruby0x1 Date: Sun, 14 Nov 2021 00:40:31 -0800 Subject: [PATCH] CI: rename for clarity --- .github/workflows/.githubCI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/.githubCI.yml b/.github/workflows/.githubCI.yml index 8096ad4e..41617de7 100644 --- a/.github/workflows/.githubCI.yml +++ b/.github/workflows/.githubCI.yml @@ -20,7 +20,7 @@ jobs: working-directory: ./ - uses: actions/upload-artifact@v2 with: - name: linux-bin + name: wren-linux-bin path: bin/wren_cli mac: runs-on: macos-latest @@ -36,7 +36,7 @@ jobs: working-directory: ./ - uses: actions/upload-artifact@v2 with: - name: mac-bin + name: wren-mac-bin path: bin/wren_cli windows: runs-on: windows-latest @@ -51,5 +51,5 @@ jobs: run: msbuild ./wren-cli.sln /property:Configuration=Release /property:Platform=64bit - uses: actions/upload-artifact@v2 with: - name: windows-bin + name: wren-windows-bin path: bin/wren_cli.exe \ No newline at end of file