mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
cd: use alternative flutter action setup action
This commit is contained in:
parent
b7bb35d299
commit
15773e1ce7
5
.github/workflows/spotube-release-binary.yml
vendored
5
.github/workflows/spotube-release-binary.yml
vendored
@ -70,10 +70,9 @@ jobs:
|
|||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: subosito/flutter-action@v2
|
- uses: flutter-actions/setup-flutter@v4
|
||||||
with:
|
with:
|
||||||
cache: true
|
version: ${{ env.FLUTTER_VERSION }}
|
||||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
|
||||||
channel: ${{ env.FLUTTER_CHANNEL }}
|
channel: ${{ env.FLUTTER_CHANNEL }}
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
if: ${{matrix.platform == 'android'}}
|
if: ${{matrix.platform == 'android'}}
|
||||||
|
Loading…
Reference in New Issue
Block a user