Skip to content

Commit 9ab65c0

Browse files
committed
fix: fix action
1 parent ffac99e commit 9ab65c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: dotnet publish "./CameraCaptureBot.Core/CameraCaptureBot.Core.csproj" -c Release -r win-x64 --self-contained -o output/win-x64
3030

3131
- 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
3333

3434
# 压缩编译结果
3535
- name: Zip Linux x64

.github/workflows/dotnet.yml renamed to .github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a .NET project
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
33

4-
name: .NET
4+
name: Build and test
55

66
on:
77
push:

0 commit comments

Comments
 (0)