From 54838c3ff8776e326f942a7974f33411ce70734d Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Thu, 19 Mar 2026 18:27:03 -0400 Subject: [PATCH 1/2] Fix vpk upload: pass GitHub token explicitly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit vpk upload doesn't read GH_TOKEN env var — needs --token parameter. Also pass token to vpk download for rate limiting. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd2cea0..870464a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: New-Item -ItemType Directory -Force -Path releases/velopack # Download previous release for delta generation - vpk download github --repoUrl https://github.com/${{ github.repository }} --channel win -o releases/velopack + vpk download github --repoUrl https://github.com/${{ github.repository }} --channel win -o releases/velopack --token $env:GH_TOKEN # Pack Windows release vpk pack -u PerformanceStudio -v $env:VERSION -p publish/win-x64 -e PlanViewer.App.exe -o releases/velopack --channel win @@ -145,4 +145,4 @@ jobs: gh release upload "v$env:VERSION" releases/*.zip releases/SHA256SUMS.txt --clobber # Upload Velopack artifacts - vpk upload github --repoUrl https://github.com/${{ github.repository }} --channel win -o releases/velopack --releaseName "v$env:VERSION" --tag "v$env:VERSION" --merge + vpk upload github --repoUrl https://github.com/${{ github.repository }} --channel win -o releases/velopack --releaseName "v$env:VERSION" --tag "v$env:VERSION" --merge --token $env:GH_TOKEN From 701778ae9817d838fabe3363c734c233b09ec279 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Thu, 19 Mar 2026 18:27:31 -0400 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20to=20v1.2.2=20=E2=80=94=20retry=20Ve?= =?UTF-8?q?lopack=20release=20with=20token=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- src/PlanViewer.App/PlanViewer.App.csproj | 94 +++++++++---------- src/PlanViewer.Cli/PlanViewer.Cli.csproj | 50 +++++----- src/PlanViewer.Core/PlanViewer.Core.csproj | 48 +++++----- .../PlanViewer.Ssms.Installer.csproj | 32 +++---- 4 files changed, 112 insertions(+), 112 deletions(-) diff --git a/src/PlanViewer.App/PlanViewer.App.csproj b/src/PlanViewer.App/PlanViewer.App.csproj index 9220722..0c8e1e6 100644 --- a/src/PlanViewer.App/PlanViewer.App.csproj +++ b/src/PlanViewer.App/PlanViewer.App.csproj @@ -1,47 +1,47 @@ - - - WinExe - net8.0 - enable - app.manifest - EDD.ico - true - 1.2.1 - Erik Darling - Darling Data LLC - Performance Studio - Copyright (c) 2026 Erik Darling, Darling Data LLC - - - - - - - - - - - - - None - All - - - - - - - - - - - - - - - - - - - - + + + WinExe + net8.0 + enable + app.manifest + EDD.ico + true + 1.2.2 + Erik Darling + Darling Data LLC + Performance Studio + Copyright (c) 2026 Erik Darling, Darling Data LLC + + + + + + + + + + + + + None + All + + + + + + + + + + + + + + + + + + + + diff --git a/src/PlanViewer.Cli/PlanViewer.Cli.csproj b/src/PlanViewer.Cli/PlanViewer.Cli.csproj index 15e7897..bc0685f 100644 --- a/src/PlanViewer.Cli/PlanViewer.Cli.csproj +++ b/src/PlanViewer.Cli/PlanViewer.Cli.csproj @@ -1,25 +1,25 @@ - - - - - - - - Exe - net8.0 - enable - enable - PlanViewer.Cli - planview - 1.2.1 - Erik Darling - Darling Data LLC - Performance Studio - Copyright (c) 2026 Erik Darling, Darling Data LLC - - - - - - - + + + + + + + + Exe + net8.0 + enable + enable + PlanViewer.Cli + planview + 1.2.2 + Erik Darling + Darling Data LLC + Performance Studio + Copyright (c) 2026 Erik Darling, Darling Data LLC + + + + + + + diff --git a/src/PlanViewer.Core/PlanViewer.Core.csproj b/src/PlanViewer.Core/PlanViewer.Core.csproj index 44835c5..4aa8fc3 100644 --- a/src/PlanViewer.Core/PlanViewer.Core.csproj +++ b/src/PlanViewer.Core/PlanViewer.Core.csproj @@ -1,24 +1,24 @@ - - - - net8.0 - enable - enable - PlanViewer.Core - 1.2.1 - Erik Darling - Darling Data LLC - SQL Performance Studio - Copyright (c) 2026 Erik Darling, Darling Data LLC - - - - - - - - - - - - + + + + net8.0 + enable + enable + PlanViewer.Core + 1.2.2 + Erik Darling + Darling Data LLC + SQL Performance Studio + Copyright (c) 2026 Erik Darling, Darling Data LLC + + + + + + + + + + + + diff --git a/src/PlanViewer.Ssms.Installer/PlanViewer.Ssms.Installer.csproj b/src/PlanViewer.Ssms.Installer/PlanViewer.Ssms.Installer.csproj index 7809dac..25a9b33 100644 --- a/src/PlanViewer.Ssms.Installer/PlanViewer.Ssms.Installer.csproj +++ b/src/PlanViewer.Ssms.Installer/PlanViewer.Ssms.Installer.csproj @@ -1,16 +1,16 @@ - - - - Exe - net472 - InstallSsmsExtension - PlanViewer.Ssms.Installer - app.manifest - 1.2.1 - Erik Darling - Darling Data LLC - SQL Performance Studio - Copyright (c) 2026 Erik Darling, Darling Data LLC - - - + + + + Exe + net472 + InstallSsmsExtension + PlanViewer.Ssms.Installer + app.manifest + 1.2.2 + Erik Darling + Darling Data LLC + SQL Performance Studio + Copyright (c) 2026 Erik Darling, Darling Data LLC + + +