Skip to content

add ilvl, weight filter, fix shifts stats + ED, add github action #2

add ilvl, weight filter, fix shifts stats + ED, add github action

add ilvl, weight filter, fix shifts stats + ED, add github action #2

Workflow file for this run

name: Build Branch
on:
workflow_dispatch:
push:
branches:
- master
jobs:
build:
runs-on: windows-latest
steps:
- name: Setup MSBuild.exe
uses: microsoft/[email protected]
- uses: actions/checkout@master
- name: MSBuild
run: msbuild /t:d2lootfilter:Rebuild /p:Configuration=Release /property:Platform=x86 d2lootfilter.sln
- name: Release
uses: marvinpinto/[email protected]
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Latest Development Build"
files: Release/d2lootfilter.dll