File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
132132 with :
133133 upload_url : ${{ steps.create_release.outputs.upload_url }}
134- asset_path : artifacts/windows
134+ asset_path : artifacts/windows/minecraft-mods-localizer-windows.zip
135135 asset_name : minecraft-mods-localizer-windows.zip
136136 asset_content_type : application/zip
137137
@@ -141,7 +141,7 @@ jobs:
141141 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
142142 with :
143143 upload_url : ${{ steps.create_release.outputs.upload_url }}
144- asset_path : artifacts/macos
144+ asset_path : artifacts/macos/minecraft-mods-localizer-macos.zip
145145 asset_name : minecraft-mods-localizer-macos.zip
146146 asset_content_type : application/zip
147147
@@ -151,6 +151,6 @@ jobs:
151151 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
152152 with :
153153 upload_url : ${{ steps.create_release.outputs.upload_url }}
154- asset_path : artifacts/linux
154+ asset_path : artifacts/linux/minecraft-mods-localizer-linux.zip
155155 asset_name : minecraft-mods-localizer-linux.zip
156156 asset_content_type : application/zip
You can’t perform that action at this time.
0 commit comments