Compare commits

..

2 Commits

Author SHA1 Message Date
9e25b8c4a1 Fixed build
Some checks failed
Build on push / prepare (push) Successful in 5s
Build on push / build (push) Successful in 13s
Build on push / test (push) Failing after 2s
2026-02-14 16:56:38 +01:00
bcfbbfc470 Added readme
Some checks failed
Build on push / prepare (push) Successful in 6s
Build on push / build (push) Failing after 13s
Build on push / test (push) Has been skipped
2026-02-14 16:55:11 +01:00
3 changed files with 6 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ jobs:
run: |
cd sh.actions/sh.actions.package-cleanup
VERSION_FIXED=$(cat ../../version.txt | sed 's/\.0\([0-9]\)/.\1/g' | sed 's/\.0-/-/g')
dotnet nuget push --source git_sh-edraft_de sh.actions.package-cleanup/bin/Release/sh.actions.package-cleanup.$VERSION_FIXED.nupkg
dotnet nuget push --source git_sh-edraft_de bin/Release/sh.actions.package-cleanup.$VERSION_FIXED.nupkg
test:
runs-on: [runner]

View File

@@ -0,0 +1 @@
# Gitea package cleanup

View File

@@ -27,4 +27,8 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>