Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drxddy authored Nov 25, 2023
1 parent 9a3547c commit 9431856
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
- name: Zip Release
# 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

0 comments on commit 9431856

Please sign in to comment.