Skip to content

Fix package workflow publishing inputs - #1

Merged
stupiddevmonkey merged 2 commits into
mainfrom
copilot/fix-package-job-failure
Aug 13, 2026
Merged

Fix package workflow publishing inputs#1
stupiddevmonkey merged 2 commits into
mainfrom
copilot/fix-package-job-failure

Conversation

Copilot AI commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

The package GitHub Actions job failed while building the WiX installer because HaActiveUser.SessionAgent.exe was not published before MSI creation.

  • Publish inputs

    • Replace the single-project dotnet publish step with the existing packaging script:
      - name: Publish agents
        run: pwsh ./build/publish-agent.ps1 -SkipInstaller
    • This produces both installer inputs: the service agent and session tray agent.
  • Signing

    • Add a signing step for HaActiveUser.SessionAgent.exe so both packaged executables follow the same pre-MSI signing flow.

Co-authored-by: stephenmann <11894942+stephenmann@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix the failing GitHub Actions job package Fix package workflow publishing inputs Aug 12, 2026
Copilot AI requested a review from stupiddevmonkey August 12, 2026 22:49
@stupiddevmonkey
stupiddevmonkey marked this pull request as ready for review August 13, 2026 00:10
@stupiddevmonkey
stupiddevmonkey merged commit 3ddde11 into main Aug 13, 2026
3 checks passed
@stupiddevmonkey
stupiddevmonkey deleted the copilot/fix-package-job-failure branch August 13, 2026 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants