mirror of
https://github.com/subosito/flutter-action.git
synced 2026-09-01 01:29:32 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d5878a0492 |
@@ -53,7 +53,7 @@ download_archive() {
|
||||
curl --connect-timeout 15 --retry 5 $archive_url >$archive_local
|
||||
|
||||
if [[ $archive_name == *zip ]]; then
|
||||
unzip -o "$archive_local" -d "$HOME"
|
||||
unzip -q -o "$archive_local" -d "$HOME"
|
||||
shopt -s dotglob
|
||||
mv ${HOME}/flutter/* "$2"
|
||||
shopt -u dotglob
|
||||
|
||||
Reference in New Issue
Block a user