File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 1010 - LOG
1111 - LORA
1212 - POS
13- paths :
14- - ' **.kicad_sch'
15- - ' **.kicad_pcb'
13+ # paths:
14+ # - '**.kicad_sch'
15+ # - '**.kicad_pcb'
1616
1717jobs :
1818 kibot :
@@ -21,14 +21,13 @@ jobs:
2121
2222 steps :
2323 - name : Checkout repo
24- uses : actions/checkout@v3
24+ uses : actions/checkout@v4
2525
26- # extract branch name
26+ # # extract branch name
2727 - name : Extract branch name
28- if : github.event_name != 'pull_request'
29- shell : bash
30- run : echo "BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_ENV
31- id : extract_branch
28+ run : |
29+ echo "BRANCH_NAME=$(git name-rev --name-only HEAD)" >> $GITHUB_ENV
30+ echo $BRANCH_NAME
3231
3332 # Start of the KiBot steps
3433 - name : Run KiBot
4039 uses : actions/upload-artifact@v4
4140 with :
4241 name : ProMicro_$BRANCH_NAME
43- path : $BRANCH_NAME/*
42+ path : ${{ env. BRANCH_NAME }}
You can’t perform that action at this time.
0 commit comments