Skip to content

Commit

Permalink
DIOS-1851 Migration Windows to GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
msobo1 committed Sep 15, 2023
1 parent dc74cc2 commit 40f1754
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit 40f1754

Please sign in to comment.