fix: properly create the directory for the pub credentials

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
Nicolas Werner 2022-03-25 16:51:21 +00:00 committed by TheOneWithTheBraid
parent 2b301981f2
commit c83c1c7564
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ pub-dev:
exit 1
fi
mkdir -p /root/.pub-cache
mkdir -p ~/.config/dart/
cp "${PUB_DEV_CREDENTIALS}" ~/.config/dart/pub-credentials.json
- dart pub get