Zip Mod Content #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 . |