Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ecnepsnai committed Jan 31, 2024
1 parent 4dc2289 commit 2658858
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
echo 'trusted-key 0x5CC908FDB71E12C2' >> ~/.gnupg/gpg.conf
GPG_VERIFY=1 ./build-ios.sh ${{ needs.query.outputs.curl_version }}
zip -r curl.xcframework.zip curl.xcframework/
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # pin@v4.3.0
- name: Capture Build Errors
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # pin@v4.3.0
if: failure()
with:
name: build_output
Expand Down

0 comments on commit 2658858

Please sign in to comment.