Update build_and_test.yaml

pull/254/head
Joe Marshall 2024-01-11 11:48:20 +00:00 zatwierdzone przez GitHub
rodzic 08dd7490a9
commit ff5088114b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 9 dodań i 8 usunięć

Wyświetl plik

@ -42,16 +42,16 @@ jobs:
with:
file_path: ${{ steps.download.outputs.BLENDER_ARCHIVE }}
extract_dir: blender
- name: Build Blender Addon
uses: BlenderKit/blender-addon-build@v0.1
- name: Make addon zip
uses: thedoctor0/zip-release@0.7.5
with:
name: 'blendercam'
build-location: './scripts/addons'
do-checkout: 'false'
exclude-files: '.git;.github;.gitignore;cam/tests/'
- uses: actions/download-artifact@v4
type: 'zip'
filename: 'blendercam.zip'
path: './scripts/addons'
- uses: actions/upload-artifact@v4
with:
name: 'blendercam'
name: blendercam
path: blendercam.zip
- name: Run tests
shell: bash
run: |
@ -61,3 +61,4 @@ jobs:
cd scripts/addons/cam/tests
python install_addon.py ${ADDON_PATH}
python test_suite.py