1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00

make simpler

This commit is contained in:
Alif Rachmawadi 2023-03-21 21:49:20 +07:00
parent d369dd765d
commit 55a58f6493
No known key found for this signature in database

View file

@ -69,6 +69,10 @@ jobs:
shell: bash shell: bash
- run: ./setup.sh -t -p beta | grep '3.9.0-0.1.pre' - run: ./setup.sh -t -p beta | grep '3.9.0-0.1.pre'
shell: bash shell: bash
- run: ./setup.sh -t -p -n 3.3.10 stable | grep '3.3.10'
shell: bash
- run: ./setup.sh -t -p -n 3.3.1 stable | grep '3.3.1'
shell: bash
- run: ./setup.sh -t -p -n 2 stable | grep '2.10.5' - run: ./setup.sh -t -p -n 2 stable | grep '2.10.5'
shell: bash shell: bash
- run: ./setup.sh -t -p -n 2 beta | grep '2.13.0-0.4.pre' - run: ./setup.sh -t -p -n 2 beta | grep '2.13.0-0.4.pre'