From 7e966309714c076d23cb1d0908a75f275dea18b7 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 21 Jun 2024 11:58:27 -0400 Subject: [PATCH] add ilvl, weight filter, fix shifts stats + ED, add github action --- .github/workflows/build-branch.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-branch.yaml b/.github/workflows/build-branch.yaml index 185c832..bf252db 100644 --- a/.github/workflows/build-branch.yaml +++ b/.github/workflows/build-branch.yaml @@ -22,4 +22,6 @@ jobs: automatic_release_tag: "latest" prerelease: true title: "Latest Development Build" - files: Release/d2lootfilter.dll \ No newline at end of file + files: | + Release/d2lootfilter.dll + doc/ENG/item.filter \ No newline at end of file