From 4520a8380f8054e47cd189b547385a8d363bdd49 Mon Sep 17 00:00:00 2001 From: Scion Date: Sat, 25 Mar 2023 22:33:28 -0700 Subject: [PATCH] test --- unity-project/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unity-project/action.yaml b/unity-project/action.yaml index 95310d5..ca3c622 100644 --- a/unity-project/action.yaml +++ b/unity-project/action.yaml @@ -45,7 +45,7 @@ runs: with: platform: ${{ inputs.platform }} - name: "Restore the cached Library folder." - if: ${{ inputs.cacheVolume }} + if: inputs.cacheVolume != null uses: act/common/docker/docker-cp@master with: volume: ${{ inputs.cacheVolume }} @@ -61,7 +61,7 @@ runs: command: -projectPath ${{ inputs.projectPath }} -buildTarget ${{ steps.getTarget.outputs.buildTarget }} ${{ inputs.command }} removeContainer: ${{ inputs.removeContainer }} - name: "Cache the Library folder." - if: ${{ inputs.cacheVolume }} + if: inputs.cacheVolume != null uses: act/common/docker/docker-cp@master with: recreateVolume: false