mirror of
https://github.com/subosito/flutter-action.git
synced 2026-07-16 09:42:41 +02:00
Compare 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