Skip to content

Commit

Permalink
Fix output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeFZ committed Dec 1, 2023
1 parent a4716c1 commit 83c8579
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 @@ -37,11 +37,11 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Il2CppInspectorRedux.GUI
path: Il2CppInspector.GUI/bin/Release/net8.0-windows/publish
path: Il2CppInspector.GUI/bin/Release/net8.0-windows/win-x64/publish

- name: Upload CLI Artifact
uses: actions/upload-artifact@v2
with:
name: Il2CppInspectorRedux.CLI
path: Il2CppInspector.CLI/bin/Release/net8.0/publish
path: Il2CppInspector.CLI/bin/Release/net8.0/win-x64/publish

0 comments on commit 83c8579

Please sign in to comment.