mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
sed was being install after it was used fix in release-build
This commit is contained in:
parent
54ff86c6ad
commit
ba92897b2e
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
@ -23,6 +23,7 @@ jobs:
|
||||
|
||||
# Replace Version in files
|
||||
- run: |
|
||||
choco install sed make -y
|
||||
sed -i "s/%{{SPOTUBE_VERSION}}%/$RELEASE_VERSION/" windows/runner/Runner.rc
|
||||
sed -i "s/%{{SPOTUBE_VERSION}}%/$RELEASE_VERSION/" choco-struct/tools/VERIFICATION.txt
|
||||
sed -i "s/%{{SPOTUBE_VERSION}}%/$RELEASE_VERSION/" choco-struct/spotube.nuspec
|
||||
@ -32,7 +33,6 @@ jobs:
|
||||
with:
|
||||
cache: true
|
||||
- run: |
|
||||
choco install sed make -y
|
||||
flutter config --enable-windows-desktop
|
||||
flutter pub get
|
||||
dart bin/create-secrets.dart '${{ secrets.LYRICS_SECRET }}' '${{ secrets.SPOTIFY_SECRET }}'
|
||||
|
Loading…
Reference in New Issue
Block a user