Skip to content

Commit

Permalink
fix: workflowのArtifact名を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-RyuZU committed Oct 22, 2023
1 parent b006023 commit 33dc1a2
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 @@ -32,6 +32,6 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: minecraft-mod-localizer-linux
name: minecraft-mods-localizer-linux
path: ./linux/dist/main # Make sure this path is correct based on your build script

2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: minecraft-mod-localizer-macos
name: minecraft-mods-localizer-macos
path: ./dist/ # Or specify the exact file you want to upload, e.g., ./dist/main if "main" is the output binary
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: minecraft-mod-localizer-windows
name: minecraft-mods-localizer-windows
path: windows/dist/main.exe

0 comments on commit 33dc1a2

Please sign in to comment.