computerscare-vcv-modules

computerscare modules for VCV Rack
Log | Files | Refs

commit b47d795d3c9481d32fe7af8c3320955c22d59a48
parent 8fd7f2a0524fc292d13fb22ed69efed57e8262a5
Author: Adam M <aemalone@gmail.com>
Date:   Fri, 12 Nov 2021 21:08:31 -0600

try vcvplugin glob

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

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