Skip to content

Commit

Permalink
hehe
Browse files Browse the repository at this point in the history
  • Loading branch information
yophlox committed Oct 28, 2024
1 parent 4e07af8 commit 2af3e8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
- name: Publish Artifact
uses: actions/[email protected]
with:
name: linuxBuild
name: Moon4K-Linux-Release
path: 'export/debug/linux/bin'
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
- name: Publish Artifact
uses: actions/[email protected]
with:
name: macBuild
name: Moon4K-Mac-Release
path: export/debug/macos/bin
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
- name: Publish Artifact
uses: actions/[email protected]
with:
name: windowsBuild
name: Moon4K-Win-Release
path: export/debug/windows/bin

0 comments on commit 2af3e8e

Please sign in to comment.