增加上传

This commit is contained in:
2025-11-21 13:41:56 +08:00
parent 4a8813fcfe
commit 621b3adf14

View File

@@ -7,8 +7,14 @@ jobs:
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: build launcher - name: build launcher
run: | run: |
chmod a+x ./bin/* chmod a+x ./bin/*
chmod a+x build-launcher.sh chmod a+x build-launcher.sh
./build-launcher.sh -l -c ./build-launcher.sh -l -c
- name: upload
uses: actions/upload-artifact@v4
with:
path: build-output/*.zip