From bf1f1502800601c5b66670d30196c10b2c2ae49d Mon Sep 17 00:00:00 2001 From: Alain Pelletier <33393909+pppalain@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:43:54 -0300 Subject: [PATCH] Update create_release.yaml change Blendercam to CNCCAM --- .github/workflows/create_release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_release.yaml b/.github/workflows/create_release.yaml index 4c9702166..7a596e3a1 100644 --- a/.github/workflows/create_release.yaml +++ b/.github/workflows/create_release.yaml @@ -77,7 +77,7 @@ jobs: - name: make release uses: ncipollo/release-action@v1 with: - artifacts: "scripts/addons/blendercam.zip" + artifacts: "scripts/addons/CNCCAM.zip" tag: ${{ env.VERSION_TAG }} allowUpdates: true - body: "To install CNC CAM extension for Blender, download blendercam.zip and *don't* extract it. In blender, go to preferences, Get Extensions, and select 'install from disk' and select the blendercam.zip file you downloaded" + body: "To install CNC CAM extension for Blender, download CNCCAM.zip and *don't* extract it. In blender, go to preferences, Get Extensions, and select 'install from disk' and select the blendercam.zip file you downloaded"