File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 4545 - name : Build the plugin
4646 run : ./gradlew buildPlugin
4747
48+ - if : matrix.image == 'ubuntu-22.04'
49+ id : version
50+ name : Determine the version
51+ shell : pwsh
52+ run : ' "version=$(./scripts/Get-Version.ps1)" >> $env:GITHUB_OUTPUT'
53+
4854 - name : Unpack distribution # for uploading
4955 shell : pwsh
5056 run : scripts/Unpack-Distribution.ps1
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Set-StrictMode -Version Latest
1515$ErrorActionPreference = ' Stop'
1616
1717$file = & " $PSScriptRoot /Get-Distribution.ps1" - DistributionsLocation $DistributionsLocation
18- if (! ($file.Name -match ' RiderTrxPlugin -(.*?)\.zip' )) {
18+ if (! ($file.Name -match ' rider-trx-plugin -(.*?)\.zip' )) {
1919 throw " File name `" $ ( $file.Name ) `" doesn't match the expected pattern"
2020}
2121
You can’t perform that action at this time.
0 commit comments