File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 10
10
- LOG
11
11
- LORA
12
12
- POS
13
- paths :
14
- - ' **.kicad_sch'
15
- - ' **.kicad_pcb'
13
+ # paths:
14
+ # - '**.kicad_sch'
15
+ # - '**.kicad_pcb'
16
16
17
17
jobs :
18
18
kibot :
27
27
- name : Extract branch name
28
28
if : github.event_name != 'pull_request'
29
29
shell : bash
30
- run : echo "BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_ENV
31
- id : extract_branch
30
+ # run: echo "BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_ENV
31
+ run : |
32
+ echo "BRANCH_NAME=$(git name-rev --name-only HEAD)" >> $GITHUB_ENV
33
+ echo $BRANCH_NAME
32
34
33
35
# Start of the KiBot steps
34
36
- name : Run KiBot
40
42
uses : actions/upload-artifact@v4
41
43
with :
42
44
name : ProMicro_$BRANCH_NAME
43
- path : $BRANCH_NAME/*
45
+ path : ${{ env. BRANCH_NAME }}
You can’t perform that action at this time.
0 commit comments