Skip to content

Commit

Permalink
Fix packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Feb 18, 2023
1 parent 75905f8 commit 1c0f882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install_mod_assemblies() {
done
fi
else
find . -maxdepth 1 -name '*.sln' -exec dotnet publish -c Release -p:TargetPlatform="${TARGETPLATFORM}" -r "${TARGETPLATFORM}" -o "${DEST_PATH}" --self-contained true \;
find . -maxdepth 1 -name '*.sln' -exec dotnet publish -c Release -p:TargetPlatform="${TARGETPLATFORM}" -r "${TARGETPLATFORM}" -p:PublishDir="${DEST_PATH}" --self-contained true \;
cd "${ORIG_PWD}" || exit 1
fi
}

0 comments on commit 1c0f882

Please sign in to comment.