From 41992c08dbca16a47fdfe8f48beb207058fd611e Mon Sep 17 00:00:00 2001 From: Alif Rachmawadi Date: Mon, 26 Apr 2021 14:49:19 +0000 Subject: [PATCH] adjust windows example --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2c5abce..a142f9c 100644 --- a/README.md +++ b/README.md @@ -67,26 +67,18 @@ steps: - run: flutter build web ``` -Build for Windows and upload artifact: +Build for Windows: ```yaml windows: runs-on: windows-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-java@v1 - with: - java-version: '12.x' - uses: subosito/flutter-action@v1 with: - channel: dev + channel: beta - run: flutter config --enable-windows-desktop - - run: flutter create . - run: flutter build windows - - uses: actions/upload-artifact@master - with: - name: windows - path: build\windows\runner\Release ``` Use latest release for particular channel: