Skip to content

Create zip.yml

Create zip.yml #1

Workflow file for this run

name: Create Archive
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@cs2-60%
- name: Archive Release
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: 'cfg.zip'
exclusions: '*.git* *.vscode* .editorconfig'