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 }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Build .exe
|
- name: Build .exe
|
||||||
run: |
|
run: |
|
||||||
build/build-exe.bat
|
build/build-windows.bat
|
||||||
- name: Archive Build
|
- name: Archive Build
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Package - Windows
|
name: Package - Windows
|
||||||
path: |
|
path: |
|
||||||
build/output/BAPSicle.exe
|
build/output/BAPSicle.exe
|
||||||
|
install/
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue