We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 531c07c commit e34895dCopy full SHA for e34895d
.github/workflows/test-and-deploy.yml
@@ -104,6 +104,10 @@ jobs:
104
SM_API_KEY: ${{ env.SM_API_KEY }}
105
SM_CLIENT_CERT_PASSWORD: ${{ env.SM_CLIENT_CERT_PASSWORD }}
106
SM_CLIENT_CERT_FILE: ${{ env.SM_CLIENT_CERT_FILE }}
107
+
108
+ - name: Debug Android Build Tools
109
+ run: |
110
+ ls C:\Android\android-sdk\build-tools
111
112
- run: echo “The config file path ${{ steps.SSMClientToolSetup.outputs.PKCS11_CONFIG }}”
113
0 commit comments