mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
cd: run ssh even on job fail
This commit is contained in:
parent
db2ba1ad7a
commit
f31e736181
20
.github/workflows/spotube-nightly.yml
vendored
20
.github/workflows/spotube-nightly.yml
vendored
@ -39,6 +39,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: Spotube-Linux-Bundle
|
name: Spotube-Linux-Bundle
|
||||||
path: dist/
|
path: dist/
|
||||||
|
- name: Setup upterm session
|
||||||
|
if: ${{ failure() }}
|
||||||
|
uses: lhotari/action-upterm@v1
|
||||||
|
with:
|
||||||
|
limit-access-to-actor: true
|
||||||
|
|
||||||
build_android:
|
build_android:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -63,6 +68,11 @@ jobs:
|
|||||||
name: Spotube-Android-Bundle
|
name: Spotube-Android-Bundle
|
||||||
path: |
|
path: |
|
||||||
build/Spotube-android-all-arch.apk
|
build/Spotube-android-all-arch.apk
|
||||||
|
- name: Setup upterm session
|
||||||
|
if: ${{ failure() }}
|
||||||
|
uses: lhotari/action-upterm@v1
|
||||||
|
with:
|
||||||
|
limit-access-to-actor: true
|
||||||
|
|
||||||
build_windows:
|
build_windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
@ -100,11 +110,6 @@ jobs:
|
|||||||
- 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.LYRICS_SECRET }}' '${{ secrets.SPOTIFY_SECRET }}'
|
- 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: flutter build macos
|
||||||
- run: du -sh build/macos/Build/Products/Release/spotube.app
|
- run: du -sh build/macos/Build/Products/Release/spotube.app
|
||||||
- run: npm install -g appdmg
|
- run: npm install -g appdmg
|
||||||
@ -114,3 +119,8 @@ jobs:
|
|||||||
name: Spotube-Macos-Bundle
|
name: Spotube-Macos-Bundle
|
||||||
path: |
|
path: |
|
||||||
build/Spotube-macos-x86_64.dmg
|
build/Spotube-macos-x86_64.dmg
|
||||||
|
- name: Setup upterm session
|
||||||
|
if: ${{ failure() }}
|
||||||
|
uses: lhotari/action-upterm@v1
|
||||||
|
with:
|
||||||
|
limit-access-to-actor: true
|
||||||
|
Loading…
Reference in New Issue
Block a user