Optimize Workflows

This commit is contained in:
Chaoscaot
2023-03-16 20:40:17 +01:00
parent 104ed15608
commit abf6953172
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose --release
run: cargo build --verbose --release -p schemsearch-cli
- name: Create Tarball
if: ${{ matrix.os != 'windows-latest' }}
run: tar -czvf schemsearch-cli-${{ matrix.os }}.tar.gz -C target/release schemsearch-cli