Skip to content

Commit

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

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

#generate_bindings
Expand Down

0 comments on commit 7580b9f

Please sign in to comment.