@@ -73,14 +73,14 @@ jobs:
zip -r app.ipa Payload
- name: Build exe
- if: ${{ runner.os == 'Windows'}}
- run: |
- flutter build windows
+ if: ${{ runner.os == 'Windows'}}
+ run: |
+ flutter build windows
- name: Build mac
- if: ${{ runner.os == 'macOS'}}
- flutter build macos
+ if: ${{ runner.os == 'macOS'}}
+ flutter build macos
# output some file:
- name: artifact