diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 080a9ca..133868e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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/