From 04384332841cd91c0151665bca9dc0851943090a Mon Sep 17 00:00:00 2001 From: real-zony Date: Thu, 22 Sep 2022 12:40:52 +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 9f2a516..081e7f2 100755 --- a/src/ZonyLrcTools.Cli/publish.sh +++ b/src/ZonyLrcTools.Cli/publish.sh @@ -1,5 +1,5 @@ #!/bin/bash -echo "${ github.run_number }" +echo "$github.run_number" # Platforms=('win-x64' 'linux-x64' 'osx-x64') # if ! [ -d './TempFiles' ];