Skip to content

Commit

Permalink
Update create_release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pppalain authored Oct 1, 2024
1 parent ee65036 commit 71ff464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: 'blendercam.zip'
filename: 'CNCCAM.zip'
directory: './scripts/addons'
- name: Write version number
if: ${{ inputs.version_bump }} != "overwrite previous tag"
Expand All @@ -80,4 +80,4 @@ jobs:
artifacts: "scripts/addons/blendercam.zip"
tag: ${{ env.VERSION_TAG }}
allowUpdates: true
body: "To install BlenderCAM, 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 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"

0 comments on commit 71ff464

Please sign in to comment.