Skip to content

Zip Mod Content

Zip Mod Content #3

Workflow file for this run

name: Zip Mod Content
on:
push:
paths:
- 'Mod/*'
workflow_dispatch:
jobs:
zipcontent:
name: Zip Mod Content
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Create Archive
uses: thedoctor0/[email protected]
with:
# Filename for archive
filename: 'ModArchive.zip' # default is release.zip
# Base path for archive files
path: '*Mod*' # optional, default is .
# Working directory before zipping
directory: '/' # optional, default is .