Skip to content

Commit 8bb5b55

Browse files
kendalharlandkendal
andcommitted
Print built libraries (#32)
Co-authored-by: kendal <kendal@thebrowser.company>
1 parent ad3476d commit 8bb5b55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/bcny-firebase.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ jobs:
154154
gh release upload "$Date.$Release" firebase-windows-${{ matrix.arch }}.zip -R ${{ github.repository }}
155155
gh release upload "$Date.$Release" firebase-windows-${{ matrix.arch }}.zip.sha256 -R ${{ github.repository }}
156156
157+
- name: Print built libraries
158+
run: Get-ChildItem -Recurse -Name -Path ${{ github.workspace }}\BuildRoot\Library\firebase -Include *.lib
159+
157160
- name: Package firebase-cpp-sdk
158161
run: |
159162
@"

0 commit comments

Comments
 (0)