From a8059b4b3c51c5d52120890ba3769ee0f0108427 Mon Sep 17 00:00:00 2001 From: Stephen Hodgson Date: Wed, 9 Nov 2022 20:08:03 -0500 Subject: [PATCH] use formatted time --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index d04bed1..e4e8965 100644 --- a/action.yaml +++ b/action.yaml @@ -61,7 +61,7 @@ runs: name: Upload Artifacts if: always() with: - name: '${{ runner.os }}-${{ inputs.build-target }}-Artifacts-${{ steps.current-time.outputs.time }}' + name: '${{ runner.os }}-${{ inputs.build-target }}-Artifacts-${{ steps.current-time.outputs.formattedTime }}' path: '${{ env.UNITY_PROJECT_PATH }}/Builds' - name: Clean Artifacts