onyx-and-iris 2026-03-10 02:36:34 +00:00
parent b219511ef8
commit 971b4a4601

View File

@ -68,12 +68,15 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: poetry install --with build run: poetry install --with build
shell: bash
- name: Build artifacts with dynamic taskfile - name: Build artifacts with dynamic taskfile
run: task --taskfile Taskfile.dynamic.yml build-all run: task --taskfile Taskfile.dynamic.yml build-all
shell: bash
- name: Create release archives - name: Create release archives
run: task --taskfile Taskfile.dynamic.yml compress-all run: task --taskfile Taskfile.dynamic.yml compress-all
shell: bash
# Sunvalley theme variants # Sunvalley theme variants
- name: Upload build artifacts - Sunvalley Basic - name: Upload build artifacts - Sunvalley Basic