Skip to content

Update build-zip.yml #15

Update build-zip.yml

Update build-zip.yml #15

Workflow file for this run

name: Zip and FTP #
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Archive Release
uses: thedoctor0/[email protected]
with:
type: 'zip'
#directory: ./
filename: './dist/release.zip'
exclusions: '*.git* /*node_modules/* .editorconfig'
- name: Sync files
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.FTP_URL }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: ./dist/