computerscare-vcv-modules

computerscare modules for VCV Rack
Log | Files | Refs

commit 01e6f234f17b19abe1593d2587e45aaabafb72c4
parent c1dcade6d52bddf00475309f8d1b18fb34986a52
Author: Adam M <[email protected]>
Date:   Fri, 12 Nov 2021 17:14:24 -0600

calc short sha

Diffstat:
M.github/workflows/build-all.yml | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml @@ -36,6 +36,9 @@ jobs: - uses: actions/checkout@v2 with: submodules: recursive + + - name: Add SHORT_SHA env property with commit short sha + run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV - name: Patch plugin.mk, use 7zip on Windows if: runner.os == 'Windows' run: | @@ -73,7 +76,7 @@ jobs: uses: actions/upload-artifact@v2 with: path: dist - name: computerscare-modules-2.git.${{env.GITHUB_SHA_SHORT}}-${{ matrix.config.name }} + name: computerscare-modules-2.git.${SHORT_SHA}-${{ matrix.config.name }} publish: name: Publish plugin