single quote to double quote in build_windows CI

This commit is contained in:
Kingkor Roy Tirtho 2022-03-18 15:45:01 +06:00
parent 195f9dd5f4
commit 3c34b32356

View File

@ -44,11 +44,9 @@ jobs:
- uses: subosito/flutter-action@v2.2.0
with:
cache: true
env:
SECRET: '${{ secrets.SECRET }}'
- run: flutter config --enable-windows-desktop
- run: flutter pub get
- run: dart bin/create-secrets.dart '${{ secrets.SECRET }}'
- run: dart bin/create-secrets.dart "${{ secrets.SECRET }}"
- run: flutter build windows
- run: choco install make -y
- run: make innoinstall
@ -67,8 +65,6 @@ jobs:
- uses: subosito/flutter-action@v2
with:
cache: true
env:
SECRET: '${{ secrets.SECRET }}'
- run: flutter config --enable-macos-desktop
- run: flutter pub get
- run: dart bin/create-secrets.dart '${{ secrets.SECRET }}'