We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3476d commit 8bb5b55Copy full SHA for 8bb5b55
.github/workflows/bcny-firebase.yml
@@ -154,6 +154,9 @@ jobs:
154
gh release upload "$Date.$Release" firebase-windows-${{ matrix.arch }}.zip -R ${{ github.repository }}
155
gh release upload "$Date.$Release" firebase-windows-${{ matrix.arch }}.zip.sha256 -R ${{ github.repository }}
156
157
+ - name: Print built libraries
158
+ run: Get-ChildItem -Recurse -Name -Path ${{ github.workspace }}\BuildRoot\Library\firebase -Include *.lib
159
+
160
- name: Package firebase-cpp-sdk
161
run: |
162
@"
0 commit comments