Skip to content

Commit

Permalink
Update bcny-firebase.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
compnerd authored Nov 29, 2023
1 parent b6a951c commit 030b6bc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/bcny-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,6 @@ jobs:
Copy-Item -Path $library.FullName -Destination $destination -Force
Write-Host "... copied ${destination}"
}
$pdbs = Get-ChildItem -Path $source -File -Recurse -Filter *.pdb
foreach ($pdb in $pdbs) {
$destination = Join-Path -Path "${{ github.workspace }}/BuildRoot/Library/firebase/usr/libs/windows" -ChildPath $pdb.Name
Copy-Item -Path $pdb.FullName -Destination $destination -Force
Write-Host "... copied ${destination}"
}
- uses: actions/upload-artifact@v3
with:
name: firebase-windows-${{ matrix.arch }}
Expand Down

0 comments on commit 030b6bc

Please sign in to comment.