Skip to content

Commit

Permalink
Forgot that CLI isnt windows specific
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeFZ committed Dec 1, 2023
1 parent 046e779 commit a4716c1
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,7 +31,7 @@ jobs:
run: msbuild /t:Il2CppInspector_GUI:publish /p:Configuration=Release /p:Platform="Any CPU" /p:TargetFramework=net8.0-windows /p:SelfContained=false /verbosity:minimal

- name: Build CLI
run: msbuild /t:Il2CppInspector_CLI:publish /p:Configuration=Release /p:Platform="Any CPU" /p:TargetFramework=net8.0-windows /p:SelfContained=false /verbosity:minimal
run: msbuild /t:Il2CppInspector_CLI:publish /p:Configuration=Release /p:Platform="Any CPU" /p:TargetFramework=net8.0 /p:SelfContained=false /verbosity:minimal

- name: Upload GUI Artifact
uses: actions/upload-artifact@v3
Expand All @@ -43,5 +43,5 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Il2CppInspectorRedux.CLI
path: Il2CppInspector.CLI/bin/Release/net8.0-windows/publish
path: Il2CppInspector.CLI/bin/Release/net8.0/publish

0 comments on commit a4716c1

Please sign in to comment.