Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox authored Dec 22, 2021
1 parent 2ee0e40 commit 177ecda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
- name: Build Library
working-directory: ${{env.GITHUB_WORKSPACE}}
run: |
cd Tools
cd SDK/Tools
mkdir ../LiteLoader
mkdir ../LiteLoader/Lib
./LibraryBuilder.exe D:/BDS
mv ../LiteLoader/Lib/* ../SDK/Lib/
mv ../LiteLoader/Lib/* ../Lib/
shell: bash

- name: Add MSBuild to PATH
Expand Down

0 comments on commit 177ecda

Please sign in to comment.