Skip to content

Commit 5249eda

Browse files
2 parents a539250 + 897ebca commit 5249eda

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish_release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
runtimeIdentifier: [ win-x64, linux-x64]
1515

16-
name: 构建 MarkdownImageAPI
16+
name: 构建 MiniServer
1717
steps:
1818
- uses: actions/checkout@v4
1919
with:
@@ -28,13 +28,13 @@ jobs:
2828

2929
- name: 编译
3030
run: |
31-
dotnet publish MarkdownImageAPI/MarkdownImageAPI.csproj --no-self-contained -p:PublishSingleFile=true -p:RuntimeIdentifier=${{ matrix.runtimeIdentifier }} --framework net8.0
31+
dotnet publish MiniServer/MiniServer.csproj --no-self-contained -p:PublishSingleFile=true -p:RuntimeIdentifier=${{ matrix.runtimeIdentifier }} --framework net8.0
3232
3333
- name: 上传临时文件
3434
uses: actions/upload-artifact@v4
3535
with:
36-
name: MarkdownImageAPI_${{ matrix.runtimeIdentifier }}_8.0
37-
path: MarkdownImageAPI/bin/Release/net8.0/${{ matrix.runtimeIdentifier }}/publish/
36+
name: MiniServer_${{ matrix.runtimeIdentifier }}_8.0
37+
path: MiniServer/bin/Release/net8.0/${{ matrix.runtimeIdentifier }}/publish/
3838

3939
LatestRelease:
4040
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
@@ -85,4 +85,4 @@ jobs:
8585
- uses: geekyeggo/delete-artifact@v5
8686
with:
8787
name: |
88-
MarkdownImageAPI_*
88+
MiniServer_*

0 commit comments

Comments
 (0)