This commit is contained in:
2023-03-25 22:33:28 -07:00
parent 25644a65ef
commit 4520a8380f

View File

@@ -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