Skip to content

Commit 75353af

Browse files
committed
F | 修复Linux版本不上传问题
1 parent 5a8566e commit 75353af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
--product-version=${{ matrix.mcsl2version }}
213213
--file-description="MC Server Launcher 2"
214214
--remove-output
215-
--output-filename="MCSL2-${{ matrix.mcsl2version }}-${{ runner.os }}-${{ matrix.architecture }}"
215+
--output-filename="MCSL2-${{ matrix.mcsl2version }}-${{ runner.os }}-${{ matrix.architecture }}.bin"
216216
MCSL2.py
217217
218218
- name: Upload Artifacts

0 commit comments

Comments
 (0)