Skip to content

Commit

Permalink
change folder location of linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehmcc committed Jul 22, 2024
1 parent 04135a3 commit ff86122
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev libnotify-dev
flutter build linux
zip -r vup-chat-linux.zip build/linux/x64/release/bundle
cd build/linux/x64/release
zip -r ../../../../vup-chat-linux.zip bundle/
cd ../../../..
# Bulid android
- name: Build Android
Expand Down

0 comments on commit ff86122

Please sign in to comment.