remove the on pull and change to windows to test windows build first
parent
62fdbb3456
commit
033961cdbe
|
@ -1,8 +1,7 @@
|
|||
name: NetExec Build ZippApps
|
||||
name: Build ZippApps
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
name: NetExec Build Binaries
|
||||
name: Build Binaries
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -10,7 +9,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
os: [windows-latest]
|
||||
python-version: ["3.11"]
|
||||
#os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
#python-version: ["3.8", "3.9", "3.10", "3.11"]
|
||||
|
|
Loading…
Reference in New Issue