From ee19b498a25ffdca2154f0469a51e9d59d03934f Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 11 Jun 2025 10:32:40 -0400 Subject: [PATCH] fix: ci to use windows so signing of the package works --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3ec58d..9d6769b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,5 +12,8 @@ on: jobs: build: uses: xoofx/.github/.github/workflows/dotnet.yml@main + with: + # so the signing happens + runs-on: 'windows-latest' secrets: NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }} \ No newline at end of file