Skip to content

Commit

Permalink
build: fix actually build the bepinex version
Browse files Browse the repository at this point in the history
  • Loading branch information
JustPyrrha committed Jul 17, 2024
1 parent 2575303 commit 9fe95e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Build for BepInEx
env:
DemeoDir: ${{ github.workspace }}/demeo
run: dotnet build Py.LibNetwork/Py.LibNetwork.csproj -c BuiltIn -v d
run: dotnet build Py.LibNetwork/Py.LibNetwork.csproj -c BepInEx -v d

- name: Upload BepInEx Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9fe95e8

Please sign in to comment.