commit 69ac47568e295012650100a842261351e69783e9 parent 01e6f234f17b19abe1593d2587e45aaabafb72c4 Author: Adam M <[email protected]> Date: Fri, 12 Nov 2021 17:17:05 -0600 fiddling with build name Diffstat:
M | .github/workflows/build-all.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
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.${SHORT_SHA}-${{ matrix.config.name }} + name: computerscare-modules-2.git.${{ SHORT_SHA }}-${{ matrix.config.name }} publish: name: Publish plugin