download archive

This commit is contained in:
Alif Rachmawadi
2022-01-06 08:38:04 +00:00
parent 365543a8d9
commit 84b5c35087
2 changed files with 41 additions and 1 deletions

View File

@@ -14,3 +14,9 @@ jobs:
- uses: ./
with:
channel: ${{ matrix.channel }}
- name: Run FLUTTER_ROOT
shell: bash
run: echo "FLUTTER_ROOT set to $FLUTTER_ROOT"
- name: Run flutter --version
shell: bash
run: flutter --version