Skip to content

Commit 4c0d6c2

Browse files
committed
workflow add lib name
1 parent dd2e624 commit 4c0d6c2

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/bluray.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
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
6363
asset_path: build/product/macos/universal/macos-universal.zip
64-
asset_name: "macos-universal-${{ env.RELEASE_VERSION }}.zip"
64+
asset_name: "bluray-macos-universal-${{ env.RELEASE_VERSION }}.zip"
6565
asset_content_type: application/zip
6666
- name: Upload macos src md
6767
uses: actions/upload-release-asset@v1

.github/workflows/dav1d.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
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
7272
asset_path: build/product/macos/universal/macos-universal.zip
73-
asset_name: "macos-universal-${{ env.RELEASE_VERSION }}.zip"
73+
asset_name: "dav1d-macos-universal-${{ env.RELEASE_VERSION }}.zip"
7474
asset_content_type: application/zip
7575
- name: Upload ios Release Asset
7676
uses: actions/upload-release-asset@v1
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
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
8181
asset_path: build/product/ios/universal/ios-universal.zip
82-
asset_name: "ios-universal-${{ env.RELEASE_VERSION }}.zip"
82+
asset_name: "dav1d-ios-universal-${{ env.RELEASE_VERSION }}.zip"
8383
asset_content_type: application/zip
8484
- name: Upload macos src md
8585
uses: actions/upload-release-asset@v1

.github/workflows/libyuv.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
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
7272
asset_path: build/product/macos/universal/macos-universal.zip
73-
asset_name: "macos-universal-${{ env.RELEASE_VERSION }}.zip"
73+
asset_name: "libyuv-macos-universal-${{ env.RELEASE_VERSION }}.zip"
7474
asset_content_type: application/zip
7575
- name: Upload ios Release Asset
7676
uses: actions/upload-release-asset@v1
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
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
8181
asset_path: build/product/ios/universal/ios-universal.zip
82-
asset_name: "ios-universal-${{ env.RELEASE_VERSION }}.zip"
82+
asset_name: "libyuv-ios-universal-${{ env.RELEASE_VERSION }}.zip"
8383
asset_content_type: application/zip
8484
- name: Upload macos src md
8585
uses: actions/upload-release-asset@v1

.github/workflows/openssl.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
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
7272
asset_path: build/product/macos/universal/macos-universal.zip
73-
asset_name: "macos-universal-${{ env.RELEASE_VERSION }}.zip"
73+
asset_name: "openssl-macos-universal-${{ env.RELEASE_VERSION }}.zip"
7474
asset_content_type: application/zip
7575
- name: Upload ios Release Asset
7676
uses: actions/upload-release-asset@v1
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
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
8181
asset_path: build/product/ios/universal/ios-universal.zip
82-
asset_name: "ios-universal-${{ env.RELEASE_VERSION }}.zip"
82+
asset_name: "openssl-ios-universal-${{ env.RELEASE_VERSION }}.zip"
8383
asset_content_type: application/zip
8484
- name: Upload macos src md
8585
uses: actions/upload-release-asset@v1

.github/workflows/opus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
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
7272
asset_path: build/product/macos/universal/macos-universal.zip
73-
asset_name: "macos-universal-${{ env.RELEASE_VERSION }}.zip"
73+
asset_name: "opus-macos-universal-${{ env.RELEASE_VERSION }}.zip"
7474
asset_content_type: application/zip
7575
- name: Upload ios Release Asset
7676
uses: actions/upload-release-asset@v1
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
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
8181
asset_path: build/product/ios/universal/ios-universal.zip
82-
asset_name: "ios-universal-${{ env.RELEASE_VERSION }}.zip"
82+
asset_name: "opus-ios-universal-${{ env.RELEASE_VERSION }}.zip"
8383
asset_content_type: application/zip
8484
- name: Upload macos src md
8585
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)