mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-16 17:38:51 +00:00
Update gui-release.yml
This commit is contained in:
parent
6d356cf03e
commit
2dd7652b14
8
.github/workflows/gui-release.yml
vendored
8
.github/workflows/gui-release.yml
vendored
@ -13,8 +13,8 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
artifact_name: babylonia-terminal-${{ github.ref }}.tar.gz
|
artifact_name: babylonia-terminal-${{ github.ref_name }}.tar.gz
|
||||||
asset_name: babylonia-terminal-${{ github.ref }}.tar.gz
|
asset_name: babylonia-terminal-${{ github.ref_name }}.tar.gz
|
||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -40,6 +40,6 @@ jobs:
|
|||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: babylonia_terminal_launcher/build/linux/x64/release/babylonia-terminal-${{ github.ref }}.tar.gz
|
file: babylonia_terminal_launcher/build/linux/x64/release/babylonia-terminal-${{ github.ref_name }}.tar.gz
|
||||||
asset_name: babylonia-terminal-${{ github.ref }}.tar.gz
|
asset_name: babylonia-terminal-${{ github.ref_name }}.tar.gz
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user