mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-07-01 12:11:13 +00:00
ci: debug workflow.
This commit is contained in:
parent
65af048f72
commit
589151a77d
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
dotnet publish -r "linux-x64" -c Release -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true
|
||||
dotnet publish -r "linux-x64" -c Release -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true || exit 1
|
||||
cat /home/runner/work/ZonyLrcToolsX/ZonyLrcToolsX/src/ZonyLrcTools.Cli/obj/Release/net6.0/linux-x64/ZonyLrcTools.Cli.AssemblyInfo.cs
|
||||
# Platforms=('win-x64' 'linux-x64' 'osx-x64')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user