Browse Source

Fix publish.yml

pull/87/head
gdlcf88 6 years ago
parent
commit
5680b3c326
  1. 1
      .github/workflows/publish.yml

1
.github/workflows/publish.yml

@ -28,6 +28,7 @@ jobs:
cd dest
ls | grep -v EasyAbp. | xargs rm -f
ls | grep HttpApi.Client.ConsoleTestApp | xargs rm -f
ls | grep .Host.Shared | xargs rm -f
ls
- name: dotnet nuget push to GitHub

Loading…
Cancel
Save