Skip to content

Create main.yml

Create main.yml #2

Workflow file for this run

- name: Zip Release

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: TheDoctor0/zip-release@b57d897cb5d60cb78b51a507f63fa184cfe35554
uses: TheDoctor0/zip-release@0.7.6
with:
# Filename for archive
filename: # default is release.zip
# Base path for archive files
path: # optional, default is .
# Working directory before zipping
directory: # optional, default is .
# List of excluded files / directories
exclusions: # optional, default is
# List of excluded files / directories with recursive wildcards (only applies on Windows with `zip` type)
recursive_exclusions: # optional, default is
# Provide any custom parameters to the zipping command
custom: # optional, default is
# Tool to use for archiving
type: # optional, default is zip
# An extra command that will run before zipping
command: # optional, default is