Skip to content

Commit 81d1198

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

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/go.yml

+12
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,18 @@ jobs:
8080
release_name: Release for commit ${{ github.sha }}
8181
draft: false
8282
prerelease: false
83+
- name: Download Artifact for Windows (1/3)
84+
uses: actions/download-artifact@v1
85+
with:
86+
name: encoder-windows.exe
87+
- name: Download Artifact for Linux (2/3)
88+
uses: actions/download-artifact@v1
89+
with:
90+
name: encoder-linux
91+
- name: Download Artifact for OSX (3/3)
92+
uses: actions/download-artifact@v1
93+
with:
94+
name: encoder-osx
8395
- name: Upload Release Asset for Windows
8496
id: upload-release-asset-w
8597
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)