From 949fa11389587036aabc8e0f60fd20314773024f Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 10 Aug 2024 22:54:18 -0500 Subject: [PATCH] Update dart.yml --- .github/workflows/dart.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 0a554ba..ca11c1c 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -31,10 +31,10 @@ jobs: env: PUBDEV_TOKEN: ${{ secrets.PUBDEV_TOKEN }} run: | - mkdir -p ~/.pub-cache - echo "$PUBDEV_TOKEN" > ~/.pub-cache/credentials.json - cat ~/.pub-cache/credentials.json # Add debugging to ensure the file is created correctly - ls -la ~/.pub-cache # List contents of the directory for debugging + mkdir -p ~/.dart + echo "$PUBDEV_TOKEN" > ~/.dart/pub-credentials.json + cat ~/.dart/pub-credentials.json # Debug to ensure the file is created correctly + ls -la ~/.dart # List contents of the directory for debugging - name: Publish to pub.dev (dry run) run: flutter pub publish --dry-run