We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2883d0 commit b104c48Copy full SHA for b104c48
.github/workflows/release-signed.yml
@@ -206,7 +206,7 @@ jobs:
206
run: |
207
$exePath = "${{ runner.temp }}\SignedArtifact\BuildArtifact-${{ env.VERSION }}\CollapseLauncher.exe"
208
if (Test-Path $exePath) {
209
- $version = [System.Diagnostics.FileVersionInfo]::GetVersionInfo($exePath).ProductVersion
+ $version = "CollapseLauncher@" + ([System.Diagnostics.FileVersionInfo]::GetVersionInfo("./CollapseLauncher.exe").ProductVersion)
210
if ($version) {
211
sentry-cli releases new --org collapse --project collapse-launcher $version
212
sentry-cli releases set-commits --auto $version
0 commit comments