mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45: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
|
||||
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 }}'
|
||||
|
Loading…
Reference in New Issue
Block a user