mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-07-01 20:30:41 +00:00
ci: debug workflow.
This commit is contained in:
parent
403d7b151d
commit
2ad771e62e
15
.github/workflows/dotnet.yml
vendored
15
.github/workflows/dotnet.yml
vendored
@ -26,13 +26,8 @@ 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
|
||||||
run: ls -a
|
uses: thedoctor0/zip-release@main
|
||||||
# uses: thedoctor0/zip-release@main
|
with:
|
||||||
# with:
|
type: 'zip'
|
||||||
# type: 'zip'
|
path: './src/ZonyLrcTools.Cli/bin/Release/net6.0/win-x64/publish'
|
||||||
# path: './bin/Release/net6.0/win-x64/publish'
|
filename: 'ZonyLrcToolsX_Alpha.${{ steps.date.outputs.date }}.zip'
|
||||||
# filename: 'ZonyLrcToolsX_Alpha.${{ steps.date.outputs.date }}.zip'
|
|
||||||
# - name: echo
|
|
||||||
# run: |
|
|
||||||
# cd "./bin/Release/net6.0/win-x64/publish"
|
|
||||||
# ls -a
|
|
Loading…
x
Reference in New Issue
Block a user