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 63c4bc8 commit 3272d38Copy full SHA for 3272d38
.github/workflows/upload_release_build.yml
@@ -195,7 +195,7 @@ jobs:
195
# Use PowerShell for cross-platform compatibility (available on all runners)
196
shell: pwsh
197
run: |
198
- $searchPath = "${{ github.workspace }}/gallery/build/compose/binraries/"
+ $searchPath = "${{ github.workspace }}/gallery/build/compose/binaries/"
199
$artifact = Get-ChildItem -Path $searchPath -Filter "*${{ matrix.desktop }}" -Recurse | Where-Object { !$_.PSIsContainer }
200
if ($artifact.Count -ne 1) {
201
Write-Error "Error: Expected 1 artifact, but found $($artifact.Count)."
0 commit comments