Update release.yml

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

View File

@ -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 }}