Fixed build issues (#325)

* Fixed build issues

* Fixed up workflows
This commit is contained in:
Joseph Milazzo 2021-06-25 09:15:19 -05:00 committed by GitHub
parent f50a21dd22
commit dfddb551d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 42 additions and 2 deletions

View file

@ -32,7 +32,6 @@ Build()
slnFile=Kavita.sln
#dotnet clean $slnFile -c Debug
dotnet clean $slnFile -c Release
if [[ -z "$RID" ]];
@ -102,8 +101,8 @@ Package()
RID="$1"
Build
BuildUI
Build
dir=$PWD