cd: debugging shell configuration added

This commit is contained in:
Kingkor Roy Tirtho 2022-09-05 14:07:45 +06:00
parent d841b06882
commit f3cca25ecf

View File

@ -29,6 +29,13 @@ jobs:
flutter pub get
dart bin/create-secrets.dart '${{ secrets.LYRICS_SECRET }}' '${{ secrets.SPOTIFY_SECRET }}'
dart pub global activate flutter_distributor
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
limit-access-to-actor: true
- run: |
flutter_distributor package --platform=linux --targets=deb,appimage --skip-clean
make tar
- run: |
@ -100,6 +107,11 @@ jobs:
- run: flutter config --enable-macos-desktop
- run: flutter pub get
- run: dart bin/create-secrets.dart '${{ secrets.LYRICS_SECRET }}' '${{ secrets.SPOTIFY_SECRET }}'
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
limit-access-to-actor: true
- run: flutter build macos
- run: du -sh build/macos/Build/Products/Release/spotube.app
- run: npm install -g appdmg