mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-16 01:18:50 +00:00
Update release.yml
This commit is contained in:
parent
4c98642092
commit
c6eacbfeaa
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -13,8 +13,8 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
artifact_name: ${{ github.event.repository.name }}
|
artifact_name: babylonia-terminal-cli
|
||||||
asset_name: ${{ github.event.repository.name }}-linux-amd64
|
asset_name: babylonia-terminal-cli
|
||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -28,5 +28,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: babylonia-terminal-cli/target/release/babylonia-terminal-cli
|
file: babylonia-terminal-cli/target/release/babylonia-terminal-cli
|
||||||
asset_name: ${{ github.event.repository.name }}-linux-amd64
|
asset_name: babylonia-terminal-cli
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user