Skip to content

Create main.yml

Create main.yml #1

Workflow file for this run

- name: Blender Addon Build

Check failure on line 1 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
# You may pin to the exact commit or the version.
# uses: BlenderKit/blender-addon-build@4ea6fbab8bac236782eaa0cb6b7810092352535d
uses: BlenderKit/[email protected]
with:
# Name of the add-on. Used for the name of the build.
name: # optional, default is
# Name suffix. None (name.zip), commit hash (name-abc123.zip), PR number with datetime (name-PR123-date_time.zip).
name-suffix: # optional, default is none
# Command to build the add-on.
build-command: # optional, default is
# Path to directory, which will be zipped.
build-location: # optional, default is ./
#
do-checkout: # optional, default is true
# List of file paths (relative to build-location) to exclude from the build. Use semicolon as separator e.g. "file1;dir/file2;dir2/file3".
exclude-files: # optional, default is .git