diff --git a/unity-composite/action.yaml b/unity-composite/action.yaml index 665bf84..771361d 100644 --- a/unity-composite/action.yaml +++ b/unity-composite/action.yaml @@ -59,12 +59,12 @@ runs: name: ../${{ inputs.artifactsDir }}/${{ inputs.zipName }} files: . - name: "Own artifacts" - if: input.artifactMode == 'own' + if: inputs.artifactMode == 'own' uses: act/common/utils/chown@master with: file: ${{ inputs.artifactsDir }} - name: "Copy artifacts" - if: input.artifactMode == 'copy' + if: inputs.artifactMode == 'copy' uses: act/common/docker/docker-cp@master with: recreateVolume: true