Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vednig authored Sep 1, 2024
1 parent 9c07a72 commit 8034ca8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ jobs:
- name: Buid Linux
run: flutter build linux --release
run: |
ls
flutter build linux --release
- name: Upload Build Zip
uses: actions/upload-artifact@v4.3.4
with:
Expand Down

0 comments on commit 8034ca8

Please sign in to comment.