computerscare-vcv-modules

computerscare modules for VCV Rack
Log | Files | Refs

commit 8fd7f2a0524fc292d13fb22ed69efed57e8262a5
parent 9db36e9bcedf6b5457f19a79363c130f8f51b2c1
Author: Adam M <aemalone@gmail.com>
Date:   Fri, 12 Nov 2021 21:03:53 -0600

huhuh

Diffstat:
M.github/workflows/build-all.yml | 10+---------
Mplugin.json | 2+-
2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml @@ -117,14 +117,6 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: _artifacts/**/* + file: _artifacts/**/*.zip tag: ${{ github.ref }} file_glob: true - - name: Upload release builds - uses: svenstaro/upload-release-action@v2 - with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: _artifacts/* - tag: ${{ github.ref }} - file_glob: true - diff --git a/plugin.json b/plugin.json @@ -1,6 +1,6 @@ { "slug": "computerscare", - "version": "2.0.0g", + "version": "2.0.0h", "name": "computerscare", "brand": "computerscare", "author": "computerscare",