|
@@ -8,7 +8,7 @@ jobs:
|
|
build:
|
|
build:
|
|
strategy:
|
|
strategy:
|
|
matrix:
|
|
matrix:
|
|
- os: [ubuntu-latest, windows-latest]
|
|
|
|
|
|
+ os: [ windows-latest]
|
|
runs-on: ${{matrix.os}}
|
|
runs-on: ${{matrix.os}}
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/checkout@v2
|
|
@@ -55,11 +55,11 @@ jobs:
|
|
flutter config --enable-windows-desktop
|
|
flutter config --enable-windows-desktop
|
|
flutter build windows
|
|
flutter build windows
|
|
|
|
|
|
- - name: Build linux
|
|
|
|
- if: ${{ runner.os == 'Linux'}}
|
|
|
|
- run: |
|
|
|
|
- flutter config --enable-linux-desktop
|
|
|
|
- flutter build linux
|
|
|
|
|
|
+ # - name: Build linux
|
|
|
|
+ # if: ${{ runner.os == 'Linux'}}
|
|
|
|
+ # run: |
|
|
|
|
+ # flutter config --enable-linux-desktop
|
|
|
|
+ # flutter build linux
|
|
|
|
|
|
# output some file:
|
|
# output some file:
|
|
- name: artifact
|
|
- name: artifact
|