Update gui-release.yml

This commit is contained in:
ALEZ 2024-06-11 19:59:54 +02:00 committed by GitHub
parent 2dd7652b14
commit 4f0506095f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,11 +35,11 @@ jobs:
flutter build linux --release
- name: Create release
run: |
tar -zcvf babylonia-terminal-${{ github.ref }}.tar.gz babylonia_terminal_launcher/build/linux/x64/release/bundle
tar -zcvf babylonia-terminal-${{ github.ref_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_launcher/build/linux/x64/release/babylonia-terminal-${{ github.ref_name }}.tar.gz
file: babylonia-terminal-${{ github.ref_name }}.tar.gz
asset_name: babylonia-terminal-${{ github.ref_name }}.tar.gz
tag: ${{ github.ref }}