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