Skip to content

Update zip.yml

Update zip.yml #3

Workflow file for this run

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