mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
single quote to double quote in build_windows CI
This commit is contained in:
parent
195f9dd5f4
commit
3c34b32356
6
.github/workflows/flutter-build.yml
vendored
6
.github/workflows/flutter-build.yml
vendored
@ -44,11 +44,9 @@ jobs:
|
|||||||
- uses: subosito/flutter-action@v2.2.0
|
- uses: subosito/flutter-action@v2.2.0
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
env:
|
|
||||||
SECRET: '${{ secrets.SECRET }}'
|
|
||||||
- run: flutter config --enable-windows-desktop
|
- run: flutter config --enable-windows-desktop
|
||||||
- run: flutter pub get
|
- 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: flutter build windows
|
||||||
- run: choco install make -y
|
- run: choco install make -y
|
||||||
- run: make innoinstall
|
- run: make innoinstall
|
||||||
@ -67,8 +65,6 @@ jobs:
|
|||||||
- uses: subosito/flutter-action@v2
|
- uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
env:
|
|
||||||
SECRET: '${{ secrets.SECRET }}'
|
|
||||||
- run: flutter config --enable-macos-desktop
|
- run: flutter config --enable-macos-desktop
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
- run: dart bin/create-secrets.dart '${{ secrets.SECRET }}'
|
- run: dart bin/create-secrets.dart '${{ secrets.SECRET }}'
|
||||||
|
Loading…
Reference in New Issue
Block a user