Skip to content

Commit fcd63c8

Browse files
authored
Fix linux package CI - use DefaultArtifactVersion for version tag (#4441)
1 parent 80f5c1e commit fcd63c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/ci/templates/official/jobs/linux-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
env:
8989
LinuxPackageAccountName: $(LinuxPackageAccountName)
9090
LinuxPackageAccountKey: $(LinuxPackageAccountKey)
91-
LinuxPackageBuildTag: $(LinuxPackageBuildTag)
91+
LinuxPackageBuildTag: $(DefaultArtifactVersion)
9292
displayName: 'Upload Core Tools Signed Linux Package to the storage'
9393
condition: eq(variables['UploadSignedPackages'], 'true') # This is a UI variable that defaults to false
9494

0 commit comments

Comments
 (0)