From efdb3e84416c4073b770eb0fd0dd5e38db620907 Mon Sep 17 00:00:00 2001 From: real-zony Date: Thu, 22 Sep 2022 12:45:25 +0800 Subject: [PATCH] ci: debug workflow. --- src/ZonyLrcTools.Cli/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ZonyLrcTools.Cli/publish.sh b/src/ZonyLrcTools.Cli/publish.sh index 081e7f2..26dcfa1 100755 --- a/src/ZonyLrcTools.Cli/publish.sh +++ b/src/ZonyLrcTools.Cli/publish.sh @@ -1,5 +1,5 @@ #!/bin/bash -echo "$github.run_number" +echo "${steps.date.outputs.date}" # Platforms=('win-x64' 'linux-x64' 'osx-x64') # if ! [ -d './TempFiles' ];