From 32acd5256ced3a50e02a1c95e1c82d4152591d78 Mon Sep 17 00:00:00 2001 From: Alexander Larsen Date: Thu, 26 Mar 2026 16:15:22 +0100 Subject: [PATCH] fix chm --- .github/workflows/ci.yml | 14 ++++++++++---- .gitversion | 2 +- .../OpenTap.Plugins.Demo.ResultsAndTiming.csproj | 3 --- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7918262..08ea379 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,15 +18,15 @@ jobs: fetch-depth: 0 - name: Package - run: | - tap generate-chm "Documentation/Help/Readme.md" --out "ResultsAndTiming/DemonstrationHelp.chm" --title "TAP Demonstration Plugin Package Help" --startpage "Documentation/Help/Welcome/Readme.md" + run: tap generate-chm "Documentation/Help/Readme.md" --out "DemonstrationHelp.chm" --title "TAP Demonstration Plugin Package Help" --startpage "Documentation/Help/Welcome/Readme.md" - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: package + name: chm retention-days: 7 - path: "ResultsAndTiming/*.chm" + path: "DemonstrationHelp.chm" + Build: runs-on: windows-latest env: @@ -44,6 +44,12 @@ jobs: - name: Build run: dotnet build -c Release + - name: Download TapPackage Artifact + uses: actions/download-artifact@v4 + with: + name: chm + path: bin/Release + - name: Create Package run: | cd bin/Release diff --git a/.gitversion b/.gitversion index c0aee99..a962c38 100644 --- a/.gitversion +++ b/.gitversion @@ -3,7 +3,7 @@ # This is the version number that will be used. Prerelease numbers are calculated by # counting git commits since the last change in this value. -version = 9.1.0 +version = 9.1.1 # A version is determined to be a "beta" prerelease if it originates from the default branch # The default branch is the first branch that matches the following regular expession. diff --git a/ResultsAndTiming/OpenTap.Plugins.Demo.ResultsAndTiming.csproj b/ResultsAndTiming/OpenTap.Plugins.Demo.ResultsAndTiming.csproj index 3d967ba..25ba642 100644 --- a/ResultsAndTiming/OpenTap.Plugins.Demo.ResultsAndTiming.csproj +++ b/ResultsAndTiming/OpenTap.Plugins.Demo.ResultsAndTiming.csproj @@ -33,9 +33,6 @@ Always - - Always - Always