Remove own artifacts.

This commit is contained in:
2025-07-07 20:57:11 -07:00
parent 2dfa5952c0
commit ee445d77a9

View File

@@ -63,11 +63,11 @@ runs:
with: with:
name: ../${{ inputs.artifactsDir }}/${{ inputs.zipName }} name: ../${{ inputs.artifactsDir }}/${{ inputs.zipName }}
files: . files: .
- name: "Own artifacts" # - name: "Own artifacts"
if: inputs.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: inputs.artifactMode == 'copy' if: inputs.artifactMode == 'copy'
uses: act/common/docker/docker-cp@master uses: act/common/docker/docker-cp@master