Skip to content

Commit 69e9dac

Browse files
committed
remove comments
1 parent 473ca36 commit 69e9dac

File tree

12 files changed

+51
-51
lines changed

12 files changed

+51
-51
lines changed

.github/workflows/ass.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7373
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 }}
7575
asset_path: build/product/apple-xcframework.zip
7676
asset_name: "${{ env.LIB_NAME }}-apple-xcframework-${{ env.RELEASE_VERSION }}.zip"
7777
asset_content_type: application/zip
@@ -80,7 +80,7 @@ jobs:
8080
env:
8181
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8282
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 }}
8484
asset_path: build/src/macos-src-log.md
8585
asset_name: "macos-src-log-${{ env.RELEASE_VERSION }}.md"
8686
asset_content_type: application/text
@@ -89,7 +89,7 @@ jobs:
8989
env:
9090
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9191
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 }}
9393
asset_path: build/src/ios-src-log.md
9494
asset_name: "ios-src-log-${{ env.RELEASE_VERSION }}.md"
9595
asset_content_type: application/text
@@ -98,7 +98,7 @@ jobs:
9898
env:
9999
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100100
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 }}
102102
asset_path: build/src/tvos-src-log.md
103103
asset_name: "tvos-src-log-${{ env.RELEASE_VERSION }}.md"
104104
asset_content_type: application/text

.github/workflows/bluray.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
with:
62-
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
62+
upload_url: ${{ steps.create_release.outputs.upload_url }}
6363
asset_path: build/product/apple-xcframework.zip
6464
asset_name: "${{ env.LIB_NAME }}-apple-xcframework-${{ env.RELEASE_VERSION }}.zip"
6565
asset_content_type: application/zip
@@ -68,7 +68,7 @@ jobs:
6868
env:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7070
with:
71-
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
71+
upload_url: ${{ steps.create_release.outputs.upload_url }}
7272
asset_path: build/src/macos-src-log.md
7373
asset_name: "macos-src-log-${{ env.RELEASE_VERSION }}.md"
7474
asset_content_type: application/text

.github/workflows/dav1d.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
env:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7171
with:
72-
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
72+
upload_url: ${{ steps.create_release.outputs.upload_url }}
7373
asset_path: build/product/apple-xcframework.zip
7474
asset_name: "${{ env.LIB_NAME }}-apple-xcframework-${{ env.RELEASE_VERSION }}.zip"
7575
asset_content_type: application/zip
@@ -78,7 +78,7 @@ jobs:
7878
env:
7979
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8080
with:
81-
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
81+
upload_url: ${{ steps.create_release.outputs.upload_url }}
8282
asset_path: build/src/macos-src-log.md
8383
asset_name: "macos-src-log-${{ env.RELEASE_VERSION }}.md"
8484
asset_content_type: application/text
@@ -87,7 +87,7 @@ jobs:
8787
env:
8888
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8989
with:
90-
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
90+
upload_url: ${{ steps.create_release.outputs.upload_url }}
9191
asset_path: build/src/ios-src-log.md
9292
asset_name: "ios-src-log-${{ env.RELEASE_VERSION }}.md"
9393
asset_content_type: application/text
@@ -96,7 +96,7 @@ jobs:
9696
env:
9797
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9898
with:
99-
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
99+
upload_url: ${{ steps.create_release.outputs.upload_url }}
100100
asset_path: build/src/tvos-src-log.md
101101
asset_name: "tvos-src-log-${{ env.RELEASE_VERSION }}.md"
102102
asset_content_type: application/text

.github/workflows/dvdread.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
env:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7171
with:
72-
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
72+
upload_url: ${{ steps.create_release.outputs.upload_url }}
7373
asset_path: build/product/apple-xcframework.zip
7474
asset_name: "${{ env.LIB_NAME }}-apple-xcframework-${{ env.RELEASE_VERSION }}.zip"
7575
asset_content_type: application/zip
@@ -78,7 +78,7 @@ jobs:
7878
env:
7979
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8080
with:
81-
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
81+
upload_url: ${{ steps.create_release.outputs.upload_url }}
8282
asset_path: build/src/macos-src-log.md
8383
asset_name: "macos-src-log-${{ env.RELEASE_VERSION }}.md"
8484
asset_content_type: application/text
@@ -87,7 +87,7 @@ jobs:
8787
env:
8888
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8989
with:
90-
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
90+
upload_url: ${{ steps.create_release.outputs.upload_url }}
9191
asset_path: build/src/ios-src-log.md
9292
asset_name: "ios-src-log-${{ env.RELEASE_VERSION }}.md"
9393
asset_content_type: application/text
@@ -96,7 +96,7 @@ jobs:
9696
env:
9797
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9898
with:
99-
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
99+
upload_url: ${{ steps.create_release.outputs.upload_url }}
100100
asset_path: build/src/tvos-src-log.md
101101
asset_name: "tvos-src-log-${{ env.RELEASE_VERSION }}.md"
102102
asset_content_type: application/text

.github/workflows/ffmpeg.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7373
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 }}
7575
asset_path: build/product/apple-xcframework.zip
7676
asset_name: "${{ env.LIB_NAME }}-apple-xcframework-${{ env.RELEASE_VERSION }}.zip"
7777
asset_content_type: application/zip
@@ -80,7 +80,7 @@ jobs:
8080
env:
8181
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8282
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 }}
8484
asset_path: build/src/macos-src-log.md
8585
asset_name: "macos-src-log-${{ env.RELEASE_VERSION }}.md"
8686
asset_content_type: application/text
@@ -89,7 +89,7 @@ jobs:
8989
env:
9090
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9191
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 }}
9393
asset_path: build/src/ios-src-log.md
9494
asset_name: "ios-src-log-${{ env.RELEASE_VERSION }}.md"
9595
asset_content_type: application/text
@@ -98,7 +98,7 @@ jobs:
9898
env:
9999
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100100
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 }}
102102
asset_path: build/src/tvos-src-log.md
103103
asset_name: "tvos-src-log-${{ env.RELEASE_VERSION }}.md"
104104
asset_content_type: application/text

.github/workflows/freetype.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
env:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7171
with:
72-
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
72+
upload_url: ${{ steps.create_release.outputs.upload_url }}
7373
asset_path: build/product/apple-xcframework.zip
7474
asset_name: "${{ env.LIB_NAME }}-apple-xcframework-${{ env.RELEASE_VERSION }}.zip"
7575
asset_content_type: application/zip
@@ -78,7 +78,7 @@ jobs:
7878
env:
7979
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8080
with:
81-
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
81+
upload_url: ${{ steps.create_release.outputs.upload_url }}
8282
asset_path: build/src/macos-src-log.md
8383
asset_name: "macos-src-log-${{ env.RELEASE_VERSION }}.md"
8484
asset_content_type: application/text
@@ -87,7 +87,7 @@ jobs:
8787
env:
8888
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8989
with:
90-
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
90+
upload_url: ${{ steps.create_release.outputs.upload_url }}
9191
asset_path: build/src/ios-src-log.md
9292
asset_name: "ios-src-log-${{ env.RELEASE_VERSION }}.md"
9393
asset_content_type: application/text
@@ -96,7 +96,7 @@ jobs:
9696
env:
9797
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9898
with:
99-
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
99+
upload_url: ${{ steps.create_release.outputs.upload_url }}
100100
asset_path: build/src/tvos-src-log.md
101101
asset_name: "tvos-src-log-${{ env.RELEASE_VERSION }}.md"
102102
asset_content_type: application/text

.github/workflows/fribidi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
env:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7171
with:
72-
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
72+
upload_url: ${{ steps.create_release.outputs.upload_url }}
7373
asset_path: build/product/apple-xcframework.zip
7474
asset_name: "${{ env.LIB_NAME }}-apple-xcframework-${{ env.RELEASE_VERSION }}.zip"
7575
asset_content_type: application/zip
@@ -78,7 +78,7 @@ jobs:
7878
env:
7979
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8080
with:
81-
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
81+
upload_url: ${{ steps.create_release.outputs.upload_url }}
8282
asset_path: build/src/macos-src-log.md
8383
asset_name: "macos-src-log-${{ env.RELEASE_VERSION }}.md"
8484
asset_content_type: application/text
@@ -87,7 +87,7 @@ jobs:
8787
env:
8888
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8989
with:
90-
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
90+
upload_url: ${{ steps.create_release.outputs.upload_url }}
9191
asset_path: build/src/ios-src-log.md
9292
asset_name: "ios-src-log-${{ env.RELEASE_VERSION }}.md"
9393
asset_content_type: application/text
@@ -96,7 +96,7 @@ jobs:
9696
env:
9797
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9898
with:
99-
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
99+
upload_url: ${{ steps.create_release.outputs.upload_url }}
100100
asset_path: build/src/tvos-src-log.md
101101
asset_name: "tvos-src-log-${{ env.RELEASE_VERSION }}.md"
102102
asset_content_type: application/text

.github/workflows/harfbuzz.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7373
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 }}
7575
asset_path: build/product/apple-xcframework.zip
7676
asset_name: "${{ env.LIB_NAME }}-apple-xcframework-${{ env.RELEASE_VERSION }}.zip"
7777
asset_content_type: application/zip
@@ -80,7 +80,7 @@ jobs:
8080
env:
8181
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8282
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 }}
8484
asset_path: build/src/macos-src-log.md
8585
asset_name: "macos-src-log-${{ env.RELEASE_VERSION }}.md"
8686
asset_content_type: application/text
@@ -89,7 +89,7 @@ jobs:
8989
env:
9090
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9191
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 }}
9393
asset_path: build/src/ios-src-log.md
9494
asset_name: "ios-src-log-${{ env.RELEASE_VERSION }}.md"
9595
asset_content_type: application/text
@@ -98,7 +98,7 @@ jobs:
9898
env:
9999
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100100
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 }}
102102
asset_path: build/src/tvos-src-log.md
103103
asset_name: "tvos-src-log-${{ env.RELEASE_VERSION }}.md"
104104
asset_content_type: application/text

0 commit comments

Comments
 (0)