Skip to content

Commit d32e4cd

Browse files
authored
Update go.yml
1 parent 81d1198 commit d32e4cd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,17 @@ jobs:
8484
uses: actions/download-artifact@v1
8585
with:
8686
name: encoder-windows.exe
87+
path: encoder-windows
8788
- name: Download Artifact for Linux (2/3)
8889
uses: actions/download-artifact@v1
8990
with:
9091
name: encoder-linux
92+
path: encoder-linux
9193
- name: Download Artifact for OSX (3/3)
9294
uses: actions/download-artifact@v1
9395
with:
9496
name: encoder-osx
97+
path: encoder-osx
9598
- name: Upload Release Asset for Windows
9699
id: upload-release-asset-w
97100
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)