From 5f22dafb1e50d872502037ff8d61243b71ae5b40 Mon Sep 17 00:00:00 2001 From: real-zony Date: Thu, 22 Sep 2022 13:01:03 +0800 Subject: [PATCH] ci: debug workflow. --- .github/workflows/dotnet.yml | 1 + src/ZonyLrcTools.Cli/publish.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 5c83c2d..904198b 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -24,6 +24,7 @@ jobs: - name: Publish working-directory: ./src/ZonyLrcTools.Cli run: | + ls -a chmod +x ./publish.sh ./publish.sh shell: bash diff --git a/src/ZonyLrcTools.Cli/publish.sh b/src/ZonyLrcTools.Cli/publish.sh index 8ee75f8..4d09e4f 100755 --- a/src/ZonyLrcTools.Cli/publish.sh +++ b/src/ZonyLrcTools.Cli/publish.sh @@ -1,5 +1,4 @@ #!/bin/bash -echo "${VERSION}" Platforms=('win-x64' 'linux-x64' 'osx-x64') if ! [ -d './TempFiles' ];