Skip to content

Delete .github/workflows/build-zip #4

Delete .github/workflows/build-zip

Delete .github/workflows/build-zip #4

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