Skip to content

Commit

Permalink
Update gui-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ALEZ-DEV authored Jun 11, 2024
1 parent 6d356cf commit 2dd7652
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gui-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}

0 comments on commit 2dd7652

Please sign in to comment.