File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
run : dotnet publish "./CameraCaptureBot.Core/CameraCaptureBot.Core.csproj" -c Release -r win-x64 --self-contained -o output/win-x64
30
30
31
31
- name : Build for Portable (any-x64)
32
- run : dotnet publish "./CameraCaptureBot.Core/CameraCaptureBot.Core.csproj" -c Release -r any - o output/any-x64
32
+ run : dotnet publish "./CameraCaptureBot.Core/CameraCaptureBot.Core.csproj" -c Release -o output/any-x64
33
33
34
34
# 压缩编译结果
35
35
- name : Zip Linux x64
Original file line number Diff line number Diff line change 1
1
# This workflow will build a .NET project
2
2
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
3
3
4
- name : .NET
4
+ name : Build and test
5
5
6
6
on :
7
7
push :
You can’t perform that action at this time.
0 commit comments