Skip to content

Commit b104c48

Browse files
committed
[skip ci] [CI] Fix Sentry release commit pinning
1 parent c2883d0 commit b104c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-signed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
run: |
207207
$exePath = "${{ runner.temp }}\SignedArtifact\BuildArtifact-${{ env.VERSION }}\CollapseLauncher.exe"
208208
if (Test-Path $exePath) {
209-
$version = [System.Diagnostics.FileVersionInfo]::GetVersionInfo($exePath).ProductVersion
209+
$version = "CollapseLauncher@" + ([System.Diagnostics.FileVersionInfo]::GetVersionInfo("./CollapseLauncher.exe").ProductVersion)
210210
if ($version) {
211211
sentry-cli releases new --org collapse --project collapse-launcher $version
212212
sentry-cli releases set-commits --auto $version

0 commit comments

Comments
 (0)