From ebcf189e374e49aa9aed07c1bb533770382ee9e8 Mon Sep 17 00:00:00 2001 From: Josh Yaganeh <319444+jyaganeh@users.noreply.github.com> Date: Thu, 11 Jul 2024 14:08:36 -0700 Subject: [PATCH] Update pub-credentials.json path again --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02e90db7..65e6e0fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,6 +72,7 @@ jobs: "expiration": ${{secrets.OAUTH_EXPIRATION }} } EOF + mkdir -p ~/Library/Application\ Support/dart/ cp ~/.pub-cache/credentials.json ~/Library/Application\ Support/dart/pub-credentials.json - name: Publish Dart/Flutter package