mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
cd: fix ubuntu broken 22.04
This commit is contained in:
parent
2d517ca0cb
commit
461daf0271
8
.github/workflows/spotube-release.yml
vendored
8
.github/workflows/spotube-release.yml
vendored
@ -130,7 +130,7 @@ jobs:
|
||||
path: dist/
|
||||
|
||||
publish_android:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Get latest tag
|
||||
@ -164,7 +164,7 @@ jobs:
|
||||
- publish_macos
|
||||
- publish_linux
|
||||
- publish_android
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
@ -224,7 +224,7 @@ jobs:
|
||||
|
||||
publish_flathub:
|
||||
needs: update_release
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
@ -249,7 +249,7 @@ jobs:
|
||||
|
||||
publish_aur:
|
||||
needs: update_release
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Get latest tag
|
||||
|
Loading…
Reference in New Issue
Block a user