Skip to content

ci(release): pass app version to desktop build via environment variable#4774

Merged
jamesarich merged 1 commit intomainfrom
fix/desktop-release
Mar 13, 2026
Merged

ci(release): pass app version to desktop build via environment variable#4774
jamesarich merged 1 commit intomainfrom
fix/desktop-release

Conversation

@jamesarich
Copy link
Copy Markdown
Collaborator

This commit updates the desktop distribution packaging step in the release workflow to provide the application version name through an environment variable instead of a command-line parameter.

Specific changes:

  • Added ORG_GRADLE_PROJECT_appVersionName to the environment block of the Package Native Distributions step.
  • Removed the -PappVersionName argument from the ./gradlew :desktop:packageReleaseDistributionForCurrentOS command.

This commit updates the desktop distribution packaging step in the release workflow to provide the application version name through an environment variable instead of a command-line parameter.

Specific changes:
- Added `ORG_GRADLE_PROJECT_appVersionName` to the environment block of the `Package Native Distributions` step.
- Removed the `-PappVersionName` argument from the `./gradlew :desktop:packageReleaseDistributionForCurrentOS` command.

Signed-off-by: James Rich <[email protected]>
@jamesarich jamesarich merged commit 20f358e into main Mar 13, 2026
3 of 4 checks passed
@jamesarich jamesarich deleted the fix/desktop-release branch March 13, 2026 03:15
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.

1 participant