test
This commit is contained in:
@@ -45,7 +45,7 @@ runs:
|
|||||||
with:
|
with:
|
||||||
platform: ${{ inputs.platform }}
|
platform: ${{ inputs.platform }}
|
||||||
- name: "Restore the cached Library folder."
|
- name: "Restore the cached Library folder."
|
||||||
if: ${{ inputs.cacheVolume }}
|
if: inputs.cacheVolume != null
|
||||||
uses: act/common/docker/docker-cp@master
|
uses: act/common/docker/docker-cp@master
|
||||||
with:
|
with:
|
||||||
volume: ${{ inputs.cacheVolume }}
|
volume: ${{ inputs.cacheVolume }}
|
||||||
@@ -61,7 +61,7 @@ runs:
|
|||||||
command: -projectPath ${{ inputs.projectPath }} -buildTarget ${{ steps.getTarget.outputs.buildTarget }} ${{ inputs.command }}
|
command: -projectPath ${{ inputs.projectPath }} -buildTarget ${{ steps.getTarget.outputs.buildTarget }} ${{ inputs.command }}
|
||||||
removeContainer: ${{ inputs.removeContainer }}
|
removeContainer: ${{ inputs.removeContainer }}
|
||||||
- name: "Cache the Library folder."
|
- name: "Cache the Library folder."
|
||||||
if: ${{ inputs.cacheVolume }}
|
if: inputs.cacheVolume != null
|
||||||
uses: act/common/docker/docker-cp@master
|
uses: act/common/docker/docker-cp@master
|
||||||
with:
|
with:
|
||||||
recreateVolume: false
|
recreateVolume: false
|
||||||
|
|||||||
Reference in New Issue
Block a user