Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 23ea17e

Browse files
committed
fix upload names
1 parent 2609c0a commit 23ea17e

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ps5-nor-modifier.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
- name: Upload build artifacts
3030
uses: actions/upload-artifact@v4
3131
with:
32+
name: "PS5 NOR Modifier"
3233
path: "PS5 NOR Modifier/bin/Release/net6.0-windows/win-x86/publish/PS5 NOR Modifier.exe"

.github/workflows/uart-cl-linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
- name: Upload build artifacts
3030
uses: actions/upload-artifact@v4
3131
with:
32-
path: "UART-CL By TheCod3r/bin/Release/net6.0/win-x86/publish/UART-CL By TheCod3r.exe"
32+
name: "UART-CL By TheCod3r"
33+
path: "UART-CL By TheCod3r/bin/Release/net6.0/linux-x64/publish/UART-CL By TheCod3r.exe"

.github/workflows/uart-cl-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
- name: Upload build artifacts
3030
uses: actions/upload-artifact@v4
3131
with:
32+
name: "UART-CL By TheCod3r"
3233
path: "UART-CL By TheCod3r/bin/Release/net6.0/win-x86/publish/UART-CL By TheCod3r.exe"

0 commit comments

Comments
 (0)