Skip to content

try a different file structure #7

try a different file structure

try a different file structure #7

name: Zip and Upload Folder
on:
push:
branches:
- test-wordpress-playground # Change this to your default branch
jobs:
zip-and-upload:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Zip Folder
run: |
cd web/app/themes/
zip -r future-natures.zip future-natures
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: future-natures
path: web/app/themes/future-natures.zip