diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a0bb02f60..666be4b8d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -531,10 +531,9 @@ jobs: if: ${{ success() && (github.event_name != 'pull_request' || env.SEEKING_TESTERS == '1') }} run: | CI/windows/03_package_obs.ps1 -BuildArch ${{ env.TARGET_ARCH }} -Package - $ArtifactName = Get-ChildItem -filter "obs-studio-*-windows-${{ env.TARGET_ARCH }}.zip" -File -Recurse + $ArtifactName = Get-ChildItem -filter "obs-webrtc-*-windows-${{ env.TARGET_ARCH }}.zip" -File -Recurse Write-Output "FILE_NAME=${ArtifactName}" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append - Write-Output $ArtifactName - Get-ChildItem -Recurse -filter "obs-webrtc*" -File + Write-Host $env:FILE_NAME - name: 'Upload build artifact' if: ${{ success() && (github.event_name != 'pull_request' || env.SEEKING_TESTERS == '1') }}