We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a688776 commit 9c3173bCopy full SHA for 9c3173b
.appveyor.yml
@@ -52,8 +52,8 @@ build_script:
52
# publish package
53
- sh: |
54
if [[ "$APPVEYOR_REPO_TAG_NAME" != "" ]]; then
55
- mkdir -p $HOME/.config/dart
56
- echo $PUB_DEV_TOKEN | base64 --decode > $HOME/.config/dart/pub-credentials.json
+ mkdir -p $HOME/Library/Application\ Support/dart
+ echo $PUB_DEV_TOKEN | base64 --decode > $HOME/Library/Application\ Support/dart/pub-credentials.json
57
dart pub publish --force
58
elif [[ "$APPVEYOR_PULL_REQUEST_NUMBER" == "" ]]; then
59
dart pub publish --dry-run
0 commit comments