diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml
index 45d4312b..cb2d24d4 100644
--- a/.github/workflows/nuget.yml
+++ b/.github/workflows/nuget.yml
@@ -36,6 +36,6 @@ jobs:
- name: NuGet Pack
run: |
- cp readme.rst readme.md
- cp license.rst readme.md
+ cp readme.rst readme.md
+ cp license.rst license.md
nuget pack bundle\nuget\fmt.nuspec -properties Id=wuganhao.fmt -version 1.0-dev -basepath . -OutputFileNamesWithoutVersion
\ No newline at end of file
diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml
index ddb5b3ce..7b3950e3 100644
--- a/.github/workflows/tag.yml
+++ b/.github/workflows/tag.yml
@@ -36,8 +36,8 @@ jobs:
- name: NuGet Pack
run: |
- cp readme.rst readme.md
- cp license.rst readme.md
+ cp readme.rst readme.md
+ cp license.rst license.md
$Tag = "${{ github.ref }}" -replace '(refs/tags/)(.+)', '$2'
$Version = $Tag -replace '((\d+)(\.\d+){1,3})(-.+|)', '$1'
$InformationalVersion = "$Tag SHA-${{ github.SHA }}"
diff --git a/bundle/nuget/fmt.nuspec b/bundle/nuget/fmt.nuspec
index 79d588af..935b0c99 100644
--- a/bundle/nuget/fmt.nuspec
+++ b/bundle/nuget/fmt.nuspec
@@ -24,7 +24,7 @@
-
-
+
+
\ No newline at end of file