From 2ad771e62e755796953693f8322a86c662b6ee74 Mon Sep 17 00:00:00 2001 From: real-zony Date: Thu, 22 Sep 2022 11:49:11 +0800 Subject: [PATCH] ci: debug workflow. --- .github/workflows/dotnet.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 65eb298..c619348 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -26,13 +26,8 @@ jobs: cd ./src/ZonyLrcTools.Cli dotnet publish -r win-x64 -c Release -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true - name: Zip Files - run: ls -a - # uses: thedoctor0/zip-release@main - # with: - # type: 'zip' - # path: './bin/Release/net6.0/win-x64/publish' - # filename: 'ZonyLrcToolsX_Alpha.${{ steps.date.outputs.date }}.zip' - # - name: echo - # run: | - # cd "./bin/Release/net6.0/win-x64/publish" - # ls -a \ No newline at end of file + uses: thedoctor0/zip-release@main + with: + type: 'zip' + path: './src/ZonyLrcTools.Cli/bin/Release/net6.0/win-x64/publish' + filename: 'ZonyLrcToolsX_Alpha.${{ steps.date.outputs.date }}.zip' \ No newline at end of file