Merge icon dirs
This commit is contained in:
parent
febf25566d
commit
ab5460655b
16 changed files with 9365 additions and 17 deletions
|
@ -14,18 +14,18 @@ on:
|
|||
type: choice
|
||||
required: false
|
||||
options:
|
||||
- thing-logos/glider.dxf
|
||||
- thing-logos/Club_mate_logo.dxf
|
||||
- thing-logos/chaosknoten.dxf
|
||||
- thing-logos/camprocket.dxf
|
||||
- pixel-cats/laying-left.svg
|
||||
- pixel-cats/laying-right.svg
|
||||
- pixel-cats/sitting-left.svg
|
||||
- pixel-cats/sitting-right.svg
|
||||
- pixel-cats/spooked-left.svg
|
||||
- pixel-cats/spooked-right.svg
|
||||
- pixel-cats/standing-left.svg
|
||||
- pixel-cats/standing-right.svg
|
||||
- glider.dxf
|
||||
- Club_mate_logo.dxf
|
||||
- chaosknoten.dxf
|
||||
- camprocket.dxf
|
||||
- laying-left.svg
|
||||
- laying-right.svg
|
||||
- sitting-left.svg
|
||||
- sitting-right.svg
|
||||
- spooked-left.svg
|
||||
- spooked-right.svg
|
||||
- standing-left.svg
|
||||
- standing-right.svg
|
||||
ears:
|
||||
description: 'Cat Ears'
|
||||
default: false
|
||||
|
@ -50,7 +50,7 @@ jobs:
|
|||
run: cat ci-template.scad | envsubst | tee ci.scad
|
||||
env:
|
||||
LABEL: "${{ inputs.label }}"
|
||||
ICON: "${{ inputs.icon }}"
|
||||
ICON: "icons/${{ inputs.icon }}"
|
||||
EARS: "${{ inputs.ears }}"
|
||||
|
||||
- name: Render to STL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue