|
71 | 71 | env: |
72 | 72 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
73 | 73 | with: |
74 | | - upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps |
| 74 | + upload_url: ${{ steps.create_release.outputs.upload_url }} |
75 | 75 | asset_path: build/product/apple-xcframework.zip |
76 | 76 | asset_name: "${{ env.LIB_NAME }}-apple-xcframework-${{ env.RELEASE_VERSION }}.zip" |
77 | 77 | asset_content_type: application/zip |
|
80 | 80 | env: |
81 | 81 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
82 | 82 | with: |
83 | | - upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps |
| 83 | + upload_url: ${{ steps.create_release.outputs.upload_url }} |
84 | 84 | asset_path: build/src/macos-src-log.md |
85 | 85 | asset_name: "macos-src-log-${{ env.RELEASE_VERSION }}.md" |
86 | 86 | asset_content_type: application/text |
|
89 | 89 | env: |
90 | 90 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
91 | 91 | with: |
92 | | - upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps |
| 92 | + upload_url: ${{ steps.create_release.outputs.upload_url }} |
93 | 93 | asset_path: build/src/ios-src-log.md |
94 | 94 | asset_name: "ios-src-log-${{ env.RELEASE_VERSION }}.md" |
95 | 95 | asset_content_type: application/text |
|
98 | 98 | env: |
99 | 99 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
100 | 100 | with: |
101 | | - upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps |
| 101 | + upload_url: ${{ steps.create_release.outputs.upload_url }} |
102 | 102 | asset_path: build/src/tvos-src-log.md |
103 | 103 | asset_name: "tvos-src-log-${{ env.RELEASE_VERSION }}.md" |
104 | 104 | asset_content_type: application/text |
0 commit comments