Skip to content

Commit

Permalink
add ilvl, weight filter, fix shifts stats + ED, add github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dschu012 committed Jun 21, 2024
1 parent ce5ca0f commit b190efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: microsoft/[email protected]
- uses: actions/checkout@master
- name: MSBuild
run: msbuild /t:d2lootfilter:Rebuild /p:Configuration=Release /p:CustomDefinitions=`"SHA=\`"($env:GITHUB_SHA.substring(0,7))\`"`" /property:Platform=x86 d2lootfilter.sln
run: msbuild /t:d2lootfilter:Rebuild /p:Configuration=Release /property:Platform=x86 d2lootfilter.sln
- name: Release
uses: marvinpinto/[email protected]
with:
Expand Down

0 comments on commit b190efd

Please sign in to comment.