We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d04c4 commit 81d1198Copy full SHA for 81d1198
.github/workflows/go.yml
@@ -80,6 +80,18 @@ jobs:
80
release_name: Release for commit ${{ github.sha }}
81
draft: false
82
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
89
90
+ name: encoder-linux
91
+ - name: Download Artifact for OSX (3/3)
92
93
94
+ name: encoder-osx
95
- name: Upload Release Asset for Windows
96
id: upload-release-asset-w
97
uses: actions/upload-release-asset@v1
0 commit comments