diff --git a/unity-project/action.yaml b/unity-project/action.yaml index ca3c622..2e38e24 100644 --- a/unity-project/action.yaml +++ b/unity-project/action.yaml @@ -64,6 +64,6 @@ runs: if: inputs.cacheVolume != null uses: act/common/docker/docker-cp@master with: - recreateVolume: false + recreateVolume: true volume: ${{ inputs.cacheVolume }} fromPath: Library