mirror of
https://github.com/infeeeee/dyn2py
synced 2025-12-16 22:16:18 +01:00
Windows installer, reorganize workflows
This commit is contained in:
17
.github/workflows/windows-build.yml
vendored
Normal file
17
.github/workflows/windows-build.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Build Windows exe and installer
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
# push:
|
||||
|
||||
jobs:
|
||||
build-exe:
|
||||
uses: ./.github/workflows/build-exe.yml
|
||||
name: Build Windows exe
|
||||
|
||||
build-installer:
|
||||
name: Build Windows installer
|
||||
needs: build-exe
|
||||
uses: ./.github/workflows/build-installer.yml
|
||||
Reference in New Issue
Block a user