Skip to content

feat: add default preview folder guide #32

feat: add default preview folder guide

feat: add default preview folder guide #32

Workflow file for this run

name: Build Theme Module
on:
push:
branches: [ main ]
workflow_dispatch:
permissions:
contents: read
jobs:
build:
name: Build module ZIP
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install zip
run: sudo apt-get update && sudo apt-get install -y zip
- name: Package module
run: bash scripts/package.sh
- name: Upload module artifact
uses: actions/upload-artifact@v4
with:
name: ColorOS-Themes-Rock
path: dist/*.zip
if-no-files-found: error