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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
name: NetExec Build Binaries
|
name: Build Binaries
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -10,7 +9,7 @@ jobs:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [windows-latest]
|
||||||
python-version: ["3.11"]
|
python-version: ["3.11"]
|
||||||
#os: [ubuntu-latest, macOS-latest, windows-latest]
|
#os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||||
#python-version: ["3.8", "3.9", "3.10", "3.11"]
|
#python-version: ["3.8", "3.9", "3.10", "3.11"]
|
||||||
|
|
Loading…
Reference in New Issue