Commit f84caf4 1 parent 3bb955f commit f84caf4 Copy full SHA for f84caf4
File tree 1 file changed +4
-12
lines changed
1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 67
67
code-signing :
68
68
runs-on : windows-latest
69
69
steps :
70
- - uses : actions/checkout@v2
71
- - run : make install
72
-
73
- - name : Install Node.js, NPM and Yarn
74
- uses : actions/setup-node@v2
75
- with :
76
- node-version : 14
77
-
78
70
- name : NuGet Install
79
71
uses : NuGet/setup-nuget@v1.0.5
80
72
with :
@@ -110,10 +102,6 @@ jobs:
110
102
SM_API_KEY : ${{ env.SM_API_KEY }}
111
103
SM_CLIENT_CERT_PASSWORD : ${{ env.SM_CLIENT_CERT_PASSWORD }}
112
104
SM_CLIENT_CERT_FILE : ${{ env.SM_CLIENT_CERT_FILE }}
113
-
114
- - name : Debug Android Build Tools
115
- run : |
116
- ls C:\Android\android-sdk\build-tools
117
105
118
106
- run : echo “The config file path ${{ steps.SSMClientToolSetup.outputs.PKCS11_CONFIG }}”
119
107
@@ -136,6 +124,10 @@ jobs:
136
124
mkdir D:\a\stm-github-action-demo\stm-github-action-demo\dist\
137
125
shell : cmd
138
126
127
+ - name : Debug Android Build Tools
128
+ run : |
129
+ ls D:\a\stm-github-action-demo\stm-github-action-demo\
130
+
139
131
- name : Signing using Nuget
140
132
run : |
141
133
copy D:\a\stm-github-action-demo\stm-github-action-demo\UNSIGNED.nupkg D:\a\stm-github-action-demo\stm-github-action-demo\dist\UNSIGNED.nupkg
You can’t perform that action at this time.
0 commit comments