Sync from GitHub main: Gitea Actions support (#7)

This commit was merged in pull request #7.
This commit is contained in:
2026-05-08 12:02:59 -04:00
parent 1ea724cd1f
commit b66dd245c0
4 changed files with 110 additions and 0 deletions
+3
View File
@@ -12,6 +12,9 @@ on:
jobs:
build-installer:
# Gitea reads .github/workflows/ for compatibility, but the create-release
# step uses a GitHub-only action. Skip the whole job on non-GitHub runners.
if: github.server_url == 'https://github.com'
runs-on: windows-latest
permissions:
contents: write # needed to create releases / upload assets