diff options
author | Wim <wim@42.be> | 2020-06-28 19:02:28 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2020-06-28 19:02:28 +0200 |
commit | 2977a5957e98b7161669e72a00ecc0999e3566df (patch) | |
tree | b9aa09c7fcba943f680e5a531daf911186bce9d5 /.github | |
parent | f70d1c897a2f999675c24a1f477e890a094e8793 (diff) | |
download | matterbridge-msglm-2977a5957e98b7161669e72a00ecc0999e3566df.tar.gz matterbridge-msglm-2977a5957e98b7161669e72a00ecc0999e3566df.tar.bz2 matterbridge-msglm-2977a5957e98b7161669e72a00ecc0999e3566df.zip |
Update README
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/development.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index cbb6e2a9..1087df1f 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -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 |