diff --git a/action-build.sh b/action-build.sh index 9fd94217c..faaaa4f01 100755 --- a/action-build.sh +++ b/action-build.sh @@ -42,6 +42,9 @@ Package() echo dotnet publish -c Release --no-restore --self-contained --runtime $runtime -o "$lOutputFolder" --framework $framework dotnet publish -c Release --no-restore --self-contained --runtime $runtime -o "$lOutputFolder" --framework $framework + echo "Renaming API -> Kavita" + mv "$lOutputFolder"/API "$lOutputFolder"/Kavita + echo "Copying Install information" cp ../INSTALL.txt "$lOutputFolder"/README.txt