File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments