Skip to content

Commit

Permalink
Change to CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Dec 16, 2023
1 parent b9a26b4 commit ab11023
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust crate release
name: Rust crate and cli release

on:
push:
Expand All @@ -24,14 +24,14 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: Compile and release library
- name: Compile and release cli
uses: rust-build/rust-build.action@v1.4.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }}
SRC_DIR: lib/
SRC_DIR: cli/

publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ab11023

Please sign in to comment.