Skip to content

Commit

Permalink
build(build.yml): Upload Artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: YanMo <xiajiaruimail@qq.com>
  • Loading branch information
ltzXiaoYanMo committed May 1, 2024
1 parent 9caddc5 commit 30161fd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
name: MCSL2-Windows-x64
path: |
build/MCSL2.dist/**/*
main.exe
Linux:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -63,4 +63,11 @@ jobs:
- name: Build
run: |
python -m lndl_nuitka . -y -- --disable-console
python -m lndl_nuitka . -y -- --disable-console
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: LoCyanPyLauncher-Linux
path: |
main.bin

0 comments on commit 30161fd

Please sign in to comment.