From 2977a5957e98b7161669e72a00ecc0999e3566df Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 28 Jun 2020 19:02:28 +0200 Subject: [PATCH] Update README --- .github/workflows/development.yml | 6 +++--- README.md | 3 +-- 2 files changed, 4 insertions(+), 5 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 diff --git a/README.md b/README.md index 02d6fd57..12b597d7 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,6 @@ And more... --- [![Download stable](https://img.shields.io/github/release/42wim/matterbridge.svg?label=download%20stable)](https://github.com/42wim/matterbridge/releases/latest) -[![Download dev](https://img.shields.io/bintray/v/42wim/nightly/Matterbridge.svg?label=download%20dev&colorB=007ec6)](https://bintray.com/42wim/nightly/Matterbridge/_latestVersion) [![Maintainability](https://api.codeclimate.com/v1/badges/82dff70ef2ba85a6173a/maintainability)](https://codeclimate.com/github/42wim/matterbridge/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/82dff70ef2ba85a6173a/test_coverage)](https://codeclimate.com/github/42wim/matterbridge/test_coverage)
@@ -152,7 +151,7 @@ See https://github.com/42wim/matterbridge/wiki ### Binaries - Latest stable release [v1.17.5](https://github.com/42wim/matterbridge/releases/latest) -- Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/) +- Development releases (follows master) can be downloaded [here](https://github.com/42wim/matterbridge/actions) selecting the latest green build and then artifacts. To install or upgrade just download the latest [binary](https://github.com/42wim/matterbridge/releases/latest) and follow the instructions on the [howto](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) for a step by step walkthrough for creating your configuration.