test
This commit is contained in:
@@ -59,12 +59,12 @@ runs:
|
|||||||
name: ../${{ inputs.artifactsDir }}/${{ inputs.zipName }}
|
name: ../${{ inputs.artifactsDir }}/${{ inputs.zipName }}
|
||||||
files: .
|
files: .
|
||||||
- name: "Own artifacts"
|
- name: "Own artifacts"
|
||||||
if: input.artifactMode == 'own'
|
if: inputs.artifactMode == 'own'
|
||||||
uses: act/common/utils/chown@master
|
uses: act/common/utils/chown@master
|
||||||
with:
|
with:
|
||||||
file: ${{ inputs.artifactsDir }}
|
file: ${{ inputs.artifactsDir }}
|
||||||
- name: "Copy artifacts"
|
- name: "Copy artifacts"
|
||||||
if: input.artifactMode == 'copy'
|
if: inputs.artifactMode == 'copy'
|
||||||
uses: act/common/docker/docker-cp@master
|
uses: act/common/docker/docker-cp@master
|
||||||
with:
|
with:
|
||||||
recreateVolume: true
|
recreateVolume: true
|
||||||
|
|||||||
Reference in New Issue
Block a user