Skip to content

Commit bcafcd6

Browse files
authored
Fix PUB-CACHE-PATH output different to PUB_CACHE env variable (#348)
1 parent 1177d93 commit bcafcd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,5 @@ runs:
129129
-n '${{ steps.flutter-action.outputs.VERSION }}' \
130130
-a '${{ steps.flutter-action.outputs.ARCHITECTURE }}' \
131131
-c '${{ steps.flutter-action.outputs.CACHE-PATH }}' \
132+
-d '${{ steps.flutter-action.outputs.PUB-CACHE-PATH }}' \
132133
${{ steps.flutter-action.outputs.CHANNEL }}

0 commit comments

Comments
 (0)