Skip to content

Zip Mod Content

Zip Mod Content #11

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: archive.zip # default is release.zip
# Working directory before zipping
directory: . # optional, default is .
# Base path for archive files
path: Mod # optional, default is
- uses: actions/checkout@v4
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
add-paths: archive.zip