File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 - name : Move artifacts
3838 uses : elehobica/add-identifier@v1
3939 with :
40- paths : ${{ inputs.build }}
40+ paths : ${{ inputs.path }}/${{ inputs. build }}
4141 exts : .uf2 .elf
4242 identifier : ${{ inputs.identifier }}
4343 output_path : ${{ inputs.output_path }}
Original file line number Diff line number Diff line change 7474 run : |
7575 if [[ ${{ github.ref_type }} == 'tag' && ${{ github.ref_name }} =~ ^v[0-9]+.[0-9]+.[0-9]+$ ]]; then
7676 echo "matched=true" >> $GITHUB_OUTPUT
77+ echo "Release tag condition matched"
7778 else
7879 echo "matched=false" >> $GITHUB_OUTPUT
80+ echo "Release tag condition not matched"
7981 fi
8082
8183 call-upload-release-asset :
Original file line number Diff line number Diff line change 4747 gh release create ${{ github.ref_name }} \
4848 --title "Release ${{ github.ref_name }}" \
4949 --notes-file ${{ env.RELEAESE_NOTE}} \
50- --notes "Changes in this Release\n- 1\n- First Change\n- Second Change" \
5150 --draft \
5251 --target ${{ github.sha }}
5352 - name : Download Artifacts
You can’t perform that action at this time.
0 commit comments