mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-15 17:08:51 +00:00
Update gui-release.yml
This commit is contained in:
parent
2dd7652b14
commit
4f0506095f
4
.github/workflows/gui-release.yml
vendored
4
.github/workflows/gui-release.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user