增加上传
This commit is contained in:
6
.github/workflows/BuildLauncher.yml
vendored
6
.github/workflows/BuildLauncher.yml
vendored
@@ -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
|
||||||
Reference in New Issue
Block a user