Skip to content

Commit

Permalink
testing RunAction 48
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekinstnt committed Sep 11, 2024
1 parent 7580b9f commit 8e9510a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries/wrappers/uniffi-aries-vcx/scripts/ios.build.cargo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@

# Upload the file to the release
curl -s -X POST \
-H "Authorization: token ${{ $GITHUB_TOKEN }}" \
-H "Authorization: token $GITHUB_TOKEN" \
-H "Content-Type: application/zip" \
--data-binary @"$XCFRAMEWORK_PATH" \
"https://uploads.github.com/repos/${{ $REPO }}/releases/$RELEASE_ID/assets?name=$(basename "$XCFRAMEWORK_PATH")"
Expand Down

0 comments on commit 8e9510a

Please sign in to comment.