Skip to content

Commit 3272d38

Browse files
authored
Update upload_release_build.yml
1 parent 63c4bc8 commit 3272d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_release_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
# Use PowerShell for cross-platform compatibility (available on all runners)
196196
shell: pwsh
197197
run: |
198-
$searchPath = "${{ github.workspace }}/gallery/build/compose/binraries/"
198+
$searchPath = "${{ github.workspace }}/gallery/build/compose/binaries/"
199199
$artifact = Get-ChildItem -Path $searchPath -Filter "*${{ matrix.desktop }}" -Recurse | Where-Object { !$_.PSIsContainer }
200200
if ($artifact.Count -ne 1) {
201201
Write-Error "Error: Expected 1 artifact, but found $($artifact.Count)."

0 commit comments

Comments
 (0)