File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
103103 with :
104104 upload_url : ${{ steps.create_release.outputs.upload_url }}
105- asset_path : ./encoder-windows.exe
105+ asset_path : ./encoder/encoder -windows.exe
106106 asset_name : encoder-windows.exe
107107 asset_content_type : application/octet-stream
108108 - name : Upload Release Asset for Linux
@@ -112,7 +112,7 @@ jobs:
112112 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
113113 with :
114114 upload_url : ${{ steps.create_release.outputs.upload_url }}
115- asset_path : ./encoder-linux
115+ asset_path : ./encoder/encoder -linux
116116 asset_name : encoder-linux
117117 asset_content_type : application/octet-stream
118118 - name : Upload Release Asset for OSX
@@ -122,7 +122,7 @@ jobs:
122122 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
123123 with :
124124 upload_url : ${{ steps.create_release.outputs.upload_url }}
125- asset_path : ./encoder-osx
125+ asset_path : ./encoder/encoder -osx
126126 asset_name : encoder-osx
127127 asset_content_type : application/octet-stream
128128
You can’t perform that action at this time.
0 commit comments