Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ALEZ-DEV authored May 28, 2024
1 parent 7eb713f commit 5716e32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5716e32

Please sign in to comment.