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 4f05060 commit 390c2f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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_name }}.tar.gz
asset_name: babylonia-terminal-${{ github.ref_name }}.tar.gz
artifact_name: babylonia-terminal-${{ github.event.release.tag_name }}.tar.gz
asset_name: babylonia-terminal-${{ github.event.release.tag_name }}.tar.gz
name: Release
runs-on: ubuntu-latest
steps:
Expand All @@ -35,11 +35,11 @@ jobs:
flutter build linux --release
- name: Create release
run: |
tar -zcvf babylonia-terminal-${{ github.ref_name }}.tar.gz babylonia_terminal_launcher/build/linux/x64/release/bundle
tar -zcvf babylonia-terminal-${{ github.event.release.tag_name }}.tar.gz babylonia_terminal_launcher/build/linux/x64/release/bundle
- name: Upload binary to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: babylonia-terminal-${{ github.ref_name }}.tar.gz
asset_name: babylonia-terminal-${{ github.ref_name }}.tar.gz
file: babylonia-terminal-${{ github.event.release.tag_name }}.tar.gz
asset_name: babylonia-terminal-${{ github.event.release.tag_name }}.tar.gz
tag: ${{ github.ref }}

0 comments on commit 390c2f1

Please sign in to comment.