File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176176 RESPONSE=$(curl -XPOST -H 'accept: */*' -H 'Content-Type: multipart/form-data' \
177177 -H 'Authorization: Bearer ${{secrets.ACAP_PORTAL_SIGNING_BEARER_TOKEN}}' \
178178 '${{ vars.ACAP_PORTAL_URL }}/${{secrets.ACAP_PORTAL_SIGNING_ID}}/sign/binary' \
179- --upload-file "${{ env.EAP_FILE }}" --output ${{ env.SIGNED_EAP_FILE }} \
179+ -F uploadedFile=@ "${{ env.EAP_FILE }}" --output ${{ env.SIGNED_EAP_FILE }} \
180180 -w "%{http_code}\n" -v -o /dev/null --http1.1)
181181 echo "HTTP_RESPONSE=$RESPONSE" >> $GITHUB_ENV
182182 - name : Check that acap has been signed
Original file line number Diff line number Diff line change @@ -155,7 +155,6 @@ RUN <<EOF
155155 . /opt/axis/acapsdk/environment-setup*
156156 BUILD_WITH_SANITIZERS="$BUILD_WITH_SANITIZERS" \
157157 acap-build . \
158- -a docker \
159158 -a dockerd \
160159 -a docker-init \
161160 -a docker-proxy \
You can’t perform that action at this time.
0 commit comments