Skip to content

Commit

Permalink
use formatted time
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Nov 10, 2022
1 parent 30a743b commit a8059b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8059b4

Please sign in to comment.