Fix PUB-CACHE-PATH output different to PUB_CACHE env variable (#348)
This commit is contained in:
@@ -129,4 +129,5 @@ runs:
|
|||||||
-n '${{ steps.flutter-action.outputs.VERSION }}' \
|
-n '${{ steps.flutter-action.outputs.VERSION }}' \
|
||||||
-a '${{ steps.flutter-action.outputs.ARCHITECTURE }}' \
|
-a '${{ steps.flutter-action.outputs.ARCHITECTURE }}' \
|
||||||
-c '${{ steps.flutter-action.outputs.CACHE-PATH }}' \
|
-c '${{ steps.flutter-action.outputs.CACHE-PATH }}' \
|
||||||
|
-d '${{ steps.flutter-action.outputs.PUB-CACHE-PATH }}' \
|
||||||
${{ steps.flutter-action.outputs.CHANNEL }}
|
${{ steps.flutter-action.outputs.CHANNEL }}
|
||||||
|
|||||||
Reference in New Issue
Block a user