Skip to content

Commit

Permalink
Update create_release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SpectralVectors authored Mar 27, 2024
1 parent ecd08e3 commit 35c8f65
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 @@ -62,7 +62,7 @@ jobs:
with:
type: 'zip'
filename: 'blendercam.zip'
directory: './scripts/addons/cam'
directory: './scripts/addons'
- name: Write version number
if: ${{ inputs.version_bump }} != "overwrite previous tag"
run: |
Expand All @@ -77,7 +77,7 @@ jobs:
- name: make release
uses: ncipollo/release-action@v1
with:
artifacts: "scripts/addons/blendercam.zip"
artifacts: "scripts/addons/cam/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, add-ons, and select 'install from file' and select the blendercam.zip file you downloaded"

0 comments on commit 35c8f65

Please sign in to comment.