mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2026-01-27 13:09:38 +05:00
rename "old" artifacts to "legacy" in workflow
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -136,7 +136,7 @@ jobs:
|
||||
- name: Upload GUI Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Il2CppInspectorRedux.Old.GUI
|
||||
name: Il2CppInspectorRedux.Legacy.GUI
|
||||
path: Il2CppInspector.GUI/bin/Release/net9.0-windows/win-x64/publish
|
||||
|
||||
build-old-cli:
|
||||
@@ -172,5 +172,5 @@ jobs:
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Il2CppInspectorRedux.Old.CLI-${{ matrix.rid }}
|
||||
name: Il2CppInspectorRedux.Legacy.CLI-${{ matrix.rid }}
|
||||
path: ./${{ matrix.rid }}
|
||||
|
||||
Reference in New Issue
Block a user