From ee445d77a90aa67dc27d8358113af13045047458 Mon Sep 17 00:00:00 2001 From: Scion Date: Mon, 7 Jul 2025 20:57:11 -0700 Subject: [PATCH] Remove own artifacts. --- unity-composite/action.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/unity-composite/action.yaml b/unity-composite/action.yaml index b9e5de3..c02062b 100644 --- a/unity-composite/action.yaml +++ b/unity-composite/action.yaml @@ -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