Skip to content

Update build-zip.yml #7

Update build-zip.yml

Update build-zip.yml #7

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/[email protected]
with:
type: 'zip'
filename: 'release.zip'
exclusions: '*.git* /*node_modules/* .editorconfig'
directory: ../../dist/weight-loss-tracker.zip