Skip to content

Commit

Permalink
Fix release linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ponkotuy committed Aug 24, 2022
1 parent d7320b8 commit e1d1225
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ jobs:
channel: 'stable'
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'
- run: |
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev
- run: flutter config --enable-linux-desktop
- name: Build linux binary
run: flutter build linux
- name: Make tgz
run: tar -zcvf {{ env.APP_NAME }}.linux.tgz bundle/
run: tar -zcvf ${{ env.APP_NAME }}.linux.tgz bundle/
working-directory: ${{ env.RELEASE_PATH }}
- uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit e1d1225

Please sign in to comment.