Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pebkac03 committed Aug 7, 2024
1 parent 4019f9b commit 4d91249
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,11 @@ jobs:
run: flutter pub get
- name: get flutter_distributor
run: dart pub global activate flutter_distributor
- name: Set foobar to cool
uses: mikefarah/yq@master
with:
cmd: yq -i 'installed-size = ' 'config.yml'
- name: Build release
run: flutter_distributor release --name=release --jobs=release-linux-deb
- name: list directory
run: ls- a

0 comments on commit 4d91249

Please sign in to comment.