diff --git a/.github/workflows/BuildLauncher.yml b/.github/workflows/BuildLauncher.yml index 46db221..933d333 100644 --- a/.github/workflows/BuildLauncher.yml +++ b/.github/workflows/BuildLauncher.yml @@ -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 \ No newline at end of file + ./build-launcher.sh -l -c + + - name: upload + uses: actions/upload-artifact@v4 + with: + path: build-output/*.zip \ No newline at end of file