Skip to content

Commit 025bae5

Browse files
committed
debugging ...
1 parent 0826b7b commit 025bae5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
env:
224224
KIBOT_CONFIG: ${{ steps.metadata.outputs.KIBOT_CONFIG }}
225225
run: |
226-
echo ${{ steps.zip.outputs }}
226+
echo '${{ toJSON(steps.metadata.outputs) }}' | jq '.'
227227
228228
# curl -L \
229229
# -X POST \

metadata.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ NAME=BSH-Board
22
KIBOT_CONFIG=.kibot/kibot-double-sided.yaml
33
VERSION=1.0-RC1
44
PCB_FILE=./BSH-Board.kicad_pcb
5-
SCH_FILE=./BSH-Board.kicad_sch
5+
SCH_FILE=./BSH-Board.kicad_sch

0 commit comments

Comments
 (0)