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 5716e32 commit e915b5b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ jobs:
run: |
cd babylonia-terminal-cli
cargo build --release --verbose
- name: Upload binary to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/babylonia-terminal-cli
asset_name: ${{ github.event.repository.name }}-linux-amd64
tag: ${{ github.ref }}

0 comments on commit e915b5b

Please sign in to comment.