Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

Commit d275df1

Browse files
authored
fix dll name
1 parent c1706cf commit d275df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
tag_name: ${{ steps.tag.outputs.release_tag }}
4444
files: |
45-
bin/Release/netstandard2.1/KiraiMod.Core.dll
45+
bin/Release/netstandard2.1/KiraiMod.Core.UI.dll
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848

0 commit comments

Comments
 (0)