Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ jobs:
--repo $env:GITHUB_REPOSITORY `
--target $env:GITHUB_SHA `
--prerelease `
--title 'DSH Desktop Windows Harness Test' `
--notes "Windows x64 development build for validating the Harness startup fix from PR #39. This build uses an isolated app identity and user data directory, and has passed the packaged Windows Harness smoke test." `
--title 'DSH Desktop Windows Development Test' `
--notes "Windows x64 development build for validating commit $env:GITHUB_SHA. This build uses an isolated app identity and user data directory, and has passed the packaged Windows Harness smoke test." `
'dist-dev/dsh-desktop-dev-windows-x64-setup.exe#DSH Desktop Dev Windows x64 Setup'
- uses: actions/upload-artifact@v4
if: startsWith(github.ref, 'refs/tags/v')
Expand Down
Loading
Loading