Skip to content

Commit bf72d82

Browse files
authored
Update go.yml
1 parent d32e4cd commit bf72d82

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)