Build releases instead of pushes
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
name: Build Windows Portable Package
|
||||
|
||||
on:
|
||||
push:
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -51,9 +51,10 @@ the relative paths `./n2n/edge.exe` and `./n2n/supernode.exe`.
|
||||
|
||||
## Gitea Actions
|
||||
|
||||
`.gitea/workflows/build-windows.yml` runs on every push and uploads the portable
|
||||
zip plus its checksum as workflow artifacts. Configure a dedicated Gitea runner
|
||||
with the `windows-host` label and the Windows build prerequisites above.
|
||||
`.gitea/workflows/build-windows.yml` runs when a Release is published and uploads
|
||||
the portable zip plus its checksum as workflow artifacts. Configure a dedicated
|
||||
Gitea runner with the `windows-host` label and the Windows build prerequisites
|
||||
above. It can also be run manually from the Actions page.
|
||||
|
||||
The native command layer can start and stop edge/supernode processes, query the n2n UDP management API, run ping and TCPing checks, and inspect the local firewall state. Browser preview does not fabricate native process, management, or network-check results.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user