Skip to content

Commit 2414ded

Browse files
committed
Fix FFplay
1 parent 7ef6550 commit 2414ded

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-on-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
116116
with:
117117
upload_url: ${{ steps.create-release.outputs.upload_url }}
118-
asset_path: ffplay-win64-nonfree/ffmpeg.exe
118+
asset_path: ffplay-win64-nonfree/ffplay.exe
119119
asset_name: ffplay-win64-nonfree.exe
120120
asset_content_type: application/vnd.microsoft.portable-executable
121121

@@ -125,7 +125,7 @@ jobs:
125125
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
126126
with:
127127
upload_url: ${{ steps.create-release.outputs.upload_url }}
128-
asset_path: ffplay-win64-gpl/ffmpeg.exe
128+
asset_path: ffplay-win64-gpl/ffplay.exe
129129
asset_name: ffplay-win64-gpl.exe
130130
asset_content_type: application/vnd.microsoft.portable-executable
131131

.github/workflows/build-on-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
116116
with:
117117
upload_url: ${{ steps.create-release.outputs.upload_url }}
118-
asset_path: ffplay-win64-nonfree/ffmpeg.exe
118+
asset_path: ffplay-win64-nonfree/ffplay.exe
119119
asset_name: ffplay-win64-nonfree.exe
120120
asset_content_type: application/vnd.microsoft.portable-executable
121121

@@ -125,7 +125,7 @@ jobs:
125125
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
126126
with:
127127
upload_url: ${{ steps.create-release.outputs.upload_url }}
128-
asset_path: ffplay-win64-gpl/ffmpeg.exe
128+
asset_path: ffplay-win64-gpl/ffplay.exe
129129
asset_name: ffplay-win64-gpl.exe
130130
asset_content_type: application/vnd.microsoft.portable-executable
131131

0 commit comments

Comments
 (0)