Skip to content

Commit

Permalink
Specified the project to dotnet run
Browse files Browse the repository at this point in the history
  • Loading branch information
slxdy committed Nov 14, 2024
1 parent 8ed7416 commit d1748ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
dotnet-version: 9.0.x

- name: Build and Run Generator
run: dotnet run -c Release -- LavaGang MelonLoader.UnityDependencies main
run: dotnet run --project Generator/Generator.csproj -c Release -- LavaGang MelonLoader.UnityDependencies main
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d1748ea

Please sign in to comment.