From bcafcd664b45c9fc359e431acb3ebf428d93ca74 Mon Sep 17 00:00:00 2001 From: Peter Leibiger Date: Mon, 24 Mar 2025 21:46:39 +0100 Subject: [PATCH] Fix PUB-CACHE-PATH output different to PUB_CACHE env variable (#348) --- action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yaml b/action.yaml index 0fb210b..460df2c 100644 --- a/action.yaml +++ b/action.yaml @@ -129,4 +129,5 @@ runs: -n '${{ steps.flutter-action.outputs.VERSION }}' \ -a '${{ steps.flutter-action.outputs.ARCHITECTURE }}' \ -c '${{ steps.flutter-action.outputs.CACHE-PATH }}' \ + -d '${{ steps.flutter-action.outputs.PUB-CACHE-PATH }}' \ ${{ steps.flutter-action.outputs.CHANNEL }}