Skip to content

Commit 3d1721c

Browse files
Investigate signing issues
Change-Id: I2137308e208bce6cdc6d165360bd660a865afb77
1 parent 7554213 commit 3d1721c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,11 @@ jobs:
173173
- name: Sign eap-file
174174
run: |
175175
cd build
176-
ls -la
177176
RESPONSE=$(curl -XPOST -H 'accept: */*' -H 'Content-Type: multipart/form-data' \
178177
-H 'Authorization: Bearer ${{secrets.ACAP_PORTAL_SIGNING_BEARER_TOKEN}}' \
179178
'${{ vars.ACAP_PORTAL_URL }}/${{secrets.ACAP_PORTAL_SIGNING_ID}}/sign/binary' \
180179
--upload-file "${{ env.EAP_FILE }}" --output ${{ env.SIGNED_EAP_FILE }} \
181-
-w "%{http_code}\n" -v -o /dev/null --http1.1)
180+
-w "%{http_code}\n" -v -o /dev/null)
182181
echo "HTTP_RESPONSE=$RESPONSE" >> $GITHUB_ENV
183182
- name: Check that acap has been signed
184183
run: |

0 commit comments

Comments
 (0)