forked from vilemduha/blendercam
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change filename to fabexcnc.zip
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ jobs: | |
uses: thedoctor0/[email protected] | ||
with: | ||
type: 'zip' | ||
filename: 'CNCCAM.zip' | ||
filename: 'fabexcnc.zip' | ||
directory: './scripts/addons' | ||
- name: Write version number | ||
if: ${{ inputs.version_bump }} != "overwrite previous tag" | ||
|
@@ -77,7 +77,7 @@ jobs: | |
- name: make release | ||
uses: ncipollo/release-action@v1 | ||
with: | ||
artifacts: "scripts/addons/CNCCAM.zip" | ||
artifacts: "scripts/addons/fabexcnc.zip" | ||
tag: ${{ env.VERSION_TAG }} | ||
allowUpdates: true | ||
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 CNCCAM.zip file you downloaded" | ||
body: "To install Fabexcnc extension for Blender, download fabexcnc.zip and *don't* extract it. In blender, go to preferences, Get Extensions, and select 'install from disk' and select the CNCCAM.zip file you downloaded" |