ci: debug workflow.

This commit is contained in:
real-zony 2022-09-22 11:47:03 +08:00
parent 5c8c9af9ab
commit 403d7b151d

View File

@ -26,12 +26,13 @@ jobs:
cd ./src/ZonyLrcTools.Cli cd ./src/ZonyLrcTools.Cli
dotnet publish -r win-x64 -c Release -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true dotnet publish -r win-x64 -c Release -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true
- name: Zip Files - name: Zip Files
uses: thedoctor0/zip-release@main run: ls -a
with: # uses: thedoctor0/zip-release@main
type: 'zip' # with:
path: './bin/Release/net6.0/win-x64/publish' # type: 'zip'
filename: 'ZonyLrcToolsX_Alpha.${{ steps.date.outputs.date }}.zip' # path: './bin/Release/net6.0/win-x64/publish'
- name: echo # filename: 'ZonyLrcToolsX_Alpha.${{ steps.date.outputs.date }}.zip'
run: | # - name: echo
cd "./bin/Release/net6.0/win-x64/publish" # run: |
ls -a # cd "./bin/Release/net6.0/win-x64/publish"
# ls -a