From d34a83066075a46029a767d4b8a4bf686cdbd167 Mon Sep 17 00:00:00 2001 From: real-zony Date: Thu, 22 Sep 2022 12:39:44 +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 68432ee..9f2a516 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' ];