From c6eacbfeaac98e8389fd42ad2b076a79d813db2a Mon Sep 17 00:00:00 2001 From: ALEZ <38623465+ALEZ-DEV@users.noreply.github.com> Date: Tue, 28 May 2024 15:24:27 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b97790..f97f8fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,8 +13,8 @@ jobs: matrix: include: - os: ubuntu-latest - artifact_name: ${{ github.event.repository.name }} - asset_name: ${{ github.event.repository.name }}-linux-amd64 + artifact_name: babylonia-terminal-cli + asset_name: babylonia-terminal-cli name: Release runs-on: ubuntu-latest steps: @@ -28,5 +28,5 @@ jobs: with: repo_token: ${{ secrets.GITHUB_TOKEN }} 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 }}