Skip to content

try with twentytwentythree #8

try with twentytwentythree

try with twentytwentythree #8

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 twentytwentythree.zip twentytwentythree
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: twentytwentythree
path: web/app/themes/twentytwentythree.zip