mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2026-03-21 21:58:52 +00:00
Update release.yml
This commit is contained in:
parent
5716e32eaf
commit
e915b5bbc4
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -23,3 +23,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd babylonia-terminal-cli
|
cd babylonia-terminal-cli
|
||||||
cargo build --release --verbose
|
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 }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user