From 79288c6ee30e43f870bea6f236519a21acf90286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Fri, 17 Oct 2025 18:34:04 +0200 Subject: [PATCH] Move code signing into production. --- .github/workflows/packaging.yml | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml index 3c3e63b2cd..16164814e5 100644 --- a/.github/workflows/packaging.yml +++ b/.github/workflows/packaging.yml @@ -132,7 +132,7 @@ jobs: api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' organization-id: '${{ secrets.SIGNPATH_ORGANISATION_ID }}' project-slug: 'OpenRA' - signing-policy-slug: 'test-signing' + signing-policy-slug: 'release-signing' github-artifact-id: '${{ steps.unsigned-artifact.outputs.artifact-id }}' wait-for-completion: true output-artifact-directory: 'build/windows/signed/' diff --git a/README.md b/README.md index 58b066bf93..9c21451a47 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,6 @@ available to you under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. For more information, see [COPYING](https://github.com/OpenRA/OpenRA/blob/bleed/COPYING). + +# Sponsors +Free code signing on Windows provided by [SignPath.io](https://about.signpath.io/), certificate by [SignPath Foundation](https://signpath.org/).