Skip to content

Commit

Permalink
Update flutter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivan22 authored Sep 5, 2024
1 parent 3ab52e0 commit 882654c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
sudo apt-get install -y ninja-build libgtk-3-0 libblkid1 liblzma5
- run: flutter build linux
- name: zip the bundle
- run: zip -r otzaria-linux.zip build/linux/release/bundle
run: zip -r otzaria-linux.zip build/linux/release/bundle
- name: Upload linux build
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 882654c

Please sign in to comment.