Update build.exe and include install scripts.
This commit is contained in:
parent
c2b5a5ba34
commit
447e6f4d48
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
@ -70,12 +70,13 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
- name: Build .exe
|
||||
run: |
|
||||
build/build-exe.bat
|
||||
build/build-windows.bat
|
||||
- name: Archive Build
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Package - Windows
|
||||
path: |
|
||||
build/output/BAPSicle.exe
|
||||
install/
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue