Update Gui-release.yml

This commit is contained in:
ALEZ 2024-06-11 18:15:03 +02:00 committed by GitHub
parent 13a9a578cc
commit 78624e7777
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,9 @@ jobs:
- uses: flutter-actions/setup-flutter@v3 - uses: flutter-actions/setup-flutter@v3
- name: Create release - name: Create release
run: | run: |
cargo install rinf
cd babylonia_terminal_launcher cd babylonia_terminal_launcher
flutter create --platforms=linux .
flutter build linux --release flutter build linux --release
cd build/linux/x64/release cd build/linux/x64/release
tar -zcvf babylonia-terminal-${{ github.ref }}.tar.gz ./bundle tar -zcvf babylonia-terminal-${{ github.ref }}.tar.gz ./bundle