Skip to content

Commit

Permalink
chore: add msbuild to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
7mochi committed Sep 13, 2024
1 parent 2fb7fb4 commit 2faa554
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
git clone https://github.com/7mochi/llhl
cd llhl && git checkout 3.0-stable && cd $GITHUB_WORKSPACE
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.1

- name: Build LLHL AGMOD serverfile .dll
run: |
cd llhl-agmod
Expand Down

0 comments on commit 2faa554

Please sign in to comment.