Skip to content

Commit

Permalink
Update and rename Gui-release.yml to 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 78624e7 commit 7687487
Showing 1 changed file with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,20 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: flutter-actions/setup-flutter@v3
- name: Create release
- name: Setup environment
run: |
cargo install rinf
cd babylonia_terminal_launcher
cd babylonia_terminal_launcher/
flutter create --platforms=linux .
- name: Compile
run: |
cd babylonia_terminal_launcher/
flutter pub get
rinf message
flutter build linux --release
cd build/linux/x64/release
tar -zcvf babylonia-terminal-${{ github.ref }}.tar.gz ./bundle
- name: Create release
run: |
tar -zcvf babylonia-terminal-${{ github.ref }}.tar.gz babylonia_terminal_launcher/build/linux/x64/release/bundle
- name: Upload binary to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 7687487

Please sign in to comment.