Update release.yml

This commit is contained in:
ALEZ 2024-05-28 13:42:34 +02:00 committed by GitHub
parent 7eb713f279
commit 5716e32eaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,4 +20,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Create release
run: cargo build --release --verbose
run: |
cd babylonia-terminal-cli
cargo build --release --verbose