diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index d998860..65eb298 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -26,12 +26,13 @@ jobs: cd ./src/ZonyLrcTools.Cli dotnet publish -r win-x64 -c Release -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true - name: Zip Files - 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 + 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