Hotfix/docker workflow (#324)
* Fixed file pathing for automated docker builds * Added back in renaming the Kavita executable Co-authored-by: Chris Plaatjes <chris.p@boxbrite.com>
This commit is contained in:
parent
af8c6c2cb9
commit
f50a21dd22
1 changed files with 3 additions and 0 deletions
|
|
@ -42,6 +42,9 @@ Package()
|
||||||
echo dotnet publish -c Release --no-restore --self-contained --runtime $runtime -o "$lOutputFolder" --framework $framework
|
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
|
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"
|
echo "Copying Install information"
|
||||||
cp ../INSTALL.txt "$lOutputFolder"/README.txt
|
cp ../INSTALL.txt "$lOutputFolder"/README.txt
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue