computerscare-vcv-modules

computerscare modules for VCV Rack
Log | Files | Refs

commit 04bc0c19f2f2db7e1f4183b39cd654e547f0c2ba
parent dd034b696fb7873c993607c506e59381a30bb16c
Author: Adam M <[email protected]>
Date:   Fri, 12 Nov 2021 20:52:16 -0600

ggeg

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

diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml @@ -76,7 +76,7 @@ jobs: uses: actions/upload-artifact@v2 with: path: dist - name: computerscare-modules-2.git.${{ github.sha }}-${{ matrix.config.name }}.zip + name: computerscare-modules-2.git.${{ github.sha }}-${{ matrix.config.name }} publish: name: Publish plugin @@ -111,7 +111,7 @@ jobs: path: _artifacts - name: Uggh Hugly run: | - ls + pwd ls _artifacts - name: Upload release assets uses: svenstaro/upload-release-action@v2 @@ -124,7 +124,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: _artifacts/*.zip + 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.0e", + "version": "2.0.0f", "name": "computerscare", "brand": "computerscare", "author": "computerscare",