mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-16 09:28:53 +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:
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
artifact_name: babylonia-terminal-${{ github.ref }}.tar.gz
|
||||
asset_name: babylonia-terminal-${{ github.ref }}.tar.gz
|
||||
artifact_name: babylonia-terminal-${{ github.ref_name }}.tar.gz
|
||||
asset_name: babylonia-terminal-${{ github.ref_name }}.tar.gz
|
||||
name: Release
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@ -40,6 +40,6 @@ jobs:
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: babylonia_terminal_launcher/build/linux/x64/release/babylonia-terminal-${{ github.ref }}.tar.gz
|
||||
asset_name: 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_name }}.tar.gz
|
||||
tag: ${{ github.ref }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user