Update create_release.yaml

change filename to fabexcnc.zip
pull/276/head
Alain Pelletier 2024-11-06 09:46:17 -04:00 zatwierdzone przez GitHub
rodzic e84eca7a89
commit 0c993309f7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -61,7 +61,7 @@ jobs:
uses: thedoctor0/zip-release@0.7.5
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"