Skip to content

Commit

Permalink
chore: ♻️ add workspace Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
keinsell committed Jun 9, 2024
1 parent fbcc025 commit 7602413
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

0 comments on commit 7602413

Please sign in to comment.