From 76024133739d27ff887dbc198b4e6aaa7a70a1e4 Mon Sep 17 00:00:00 2001 From: Jakub Olan Date: Sun, 9 Jun 2024 23:44:24 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20=E2=99=BB=EF=B8=8F=20add=20workspace?= =?UTF-8?q?=20`Cargo.toml`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 45ee62f9..0a1d6e30 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,8 +62,8 @@ jobs : - name : Build run : pnpm run build - build: - name: Build + cli-build: + name: "[apps/cli] Build" runs-on: ubuntu-latest steps: - uses: actions/checkout@master @@ -78,7 +78,7 @@ jobs : - name: Upload artifact uses: actions/upload-artifact@v3 with: - name: Binary + name: "neuronek-cli-${{ steps.compile.outputs.BUILT_ARCHIVE }}" path: | ${{ steps.compile.outputs.BUILT_ARCHIVE }} ${{ steps.compile.outputs.BUILT_CHECKSUM }}