Skip to content

Commit f84caf4

Browse files
chore: debug nupkg path
1 parent 3bb955f commit f84caf4

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/test-and-deploy.yml

+4-12
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,6 @@ jobs:
6767
code-signing:
6868
runs-on: windows-latest
6969
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-
7870
- name: NuGet Install
7971
uses: NuGet/setup-nuget@v1.0.5
8072
with:
@@ -110,10 +102,6 @@ jobs:
110102
SM_API_KEY: ${{ env.SM_API_KEY }}
111103
SM_CLIENT_CERT_PASSWORD: ${{ env.SM_CLIENT_CERT_PASSWORD }}
112104
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
117105

118106
- run: echo “The config file path ${{ steps.SSMClientToolSetup.outputs.PKCS11_CONFIG }}”
119107

@@ -136,6 +124,10 @@ jobs:
136124
mkdir D:\a\stm-github-action-demo\stm-github-action-demo\dist\
137125
shell: cmd
138126

127+
- name: Debug Android Build Tools
128+
run: |
129+
ls D:\a\stm-github-action-demo\stm-github-action-demo\
130+
139131
- name: Signing using Nuget
140132
run: |
141133
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

0 commit comments

Comments
 (0)