mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-11 01:17:30 +00:00
cd: they I'm stupid
This commit is contained in:
parent
9d96dffedc
commit
135d5ee9a1
@ -14,7 +14,7 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
git clone https://github.com/flutter/flutter.git
|
git clone https://github.com/flutter/flutter.git
|
||||||
cd flutter && git checkout stable && cd ..
|
cd flutter && git checkout stable && cd ..
|
||||||
echo 'export PATH="$PATH:`pwd`/flutter/bin"' >> $BASH_ENV
|
export PATH="$PATH:`pwd`/flutter/bin"
|
||||||
flutter precache
|
flutter precache
|
||||||
flutter doctor -v
|
flutter doctor -v
|
||||||
|
|
||||||
@ -23,11 +23,13 @@ jobs:
|
|||||||
command: echo "SPOTIFY_SECRETS=${SPOTIFY_SECRETS}" >> .env
|
command: echo "SPOTIFY_SECRETS=${SPOTIFY_SECRETS}" >> .env
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
|
export PATH="$PATH:`pwd`/flutter/bin"
|
||||||
flutter config --enable-linux-desktop
|
flutter config --enable-linux-desktop
|
||||||
flutter pub get
|
flutter pub get
|
||||||
dart run build_runner build --delete-conflicting-outputs --enable-experiment=records,patterns
|
dart run build_runner build --delete-conflicting-outputs --enable-experiment=records,patterns
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
|
export PATH="$PATH:`pwd`/flutter/bin"
|
||||||
dart pub global activate flutter_distributor
|
dart pub global activate flutter_distributor
|
||||||
flutter build linux --target-platform=linux-arm64
|
flutter build linux --target-platform=linux-arm64
|
||||||
mkdir -p /tmp/spotube-tar
|
mkdir -p /tmp/spotube-tar
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user