Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zviryatko authored Jul 22, 2020
1 parent ca2160a commit 20186d6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,14 @@ jobs:
channel: 'dev'
- run: |
flutter config --enable-linux-desktop
flutter channel dev
flutter upgrade
flutter devices
flutter doctor
env:
FLUTTER_ROOT: $FLUTTER_HOME
FLUTTER_ROOT: $(echo $FLUTTER_HOME)
# - run: flutter test
- run: flutter build linux --pub --verbose
env:
FLUTTER_ROOT: $FLUTTER_HOME
FLUTTER_ROOT: $(echo $FLUTTER_HOME)
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 20186d6

Please sign in to comment.