Skip to content

Commit

Permalink
Workflow: Restore flag in curl command (#100)
Browse files Browse the repository at this point in the history
* Workflow: Restore flag in curl command

* restore conditionals

---------

Co-authored-by: madelen-at-work <madelen-at-work@users.noreply.github.com>
  • Loading branch information
madelen-at-work and madelen-at-work authored Apr 12, 2024
1 parent 35e523e commit c8cef90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
-H 'Authorization: Bearer ${{secrets.ACAP_PORTAL_SIGNING_BEARER_TOKEN}}' \
'${{ vars.ACAP_PORTAL_URL }}/${{secrets.ACAP_PORTAL_SIGNING_ID}}/sign/binary' \
-F uploadedFile=@"${{ env.EAP_FILE }}" --output ${{ env.SIGNED_EAP_FILE }} \
-w "%{http_code}\n" -o /dev/null)
-w "%{http_code}\n" -o /dev/null --http1.1)
echo "HTTP_RESPONSE=$RESPONSE" >> $GITHUB_ENV
- name: Check that acap has been signed
run: |
Expand Down

0 comments on commit c8cef90

Please sign in to comment.