Update README

This commit is contained in:
Wim
2020-06-28 19:02:28 +02:00
parent f70d1c897a
commit 2977a5957e
2 changed files with 4 additions and 5 deletions

View File

@@ -41,17 +41,17 @@ jobs:
if: startsWith(matrix.go-version,'1.14')
uses: actions/upload-artifact@v2
with:
name: linux
name: matterbridge-linux-64bit
path: output/lin
- name: Upload windows 64-bit
if: startsWith(matrix.go-version,'1.14')
uses: actions/upload-artifact@v2
with:
name: windows
name: matterbridge-windows-64bit
path: output/win
- name: Upload darwin 64-bit
if: startsWith(matrix.go-version,'1.14')
uses: actions/upload-artifact@v2
with:
name: darwin
name: matterbridge-darwin-64bit
path: output/mac