增加上传
This commit is contained in:
6
.github/workflows/BuildLauncher.yml
vendored
6
.github/workflows/BuildLauncher.yml
vendored
@@ -7,8 +7,14 @@ jobs:
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: build launcher
|
||||
run: |
|
||||
chmod a+x ./bin/*
|
||||
chmod a+x build-launcher.sh
|
||||
./build-launcher.sh -l -c
|
||||
|
||||
- name: upload
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: build-output/*.zip
|
||||
Reference in New Issue
Block a user