File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 # ref: ${{ github.ref_name }}
7373 path : OFM-ConfigTransfer
7474
75+ - name : Show all library.json Files
76+ run : |
77+ cat */library.json
78+
7579 - name : Extract OFM-version (major.minor) from library.json
7680 id : get_version
7781 run : |
8488 - name : Patch OAM to Current OFM-Version ${{ env.VERSION_MAJOR_MINOR }}
8589 run : |
8690 cd ${{ inputs.oam }}
91+ cp src/StateEngine.conf.xml src/StateEngine.conf.xml~
92+ cat src/StateEngine.conf.xml
8793 sed -i 's/\(<op:config name="%UCT_VerifyVersion%"[ ]*value="\)[^"]*\(".*\/>\)/\1'"$VERSION_MAJOR_MINOR"'\2/' src/StateEngine.conf.xml
8894 echo "Set %UCT_VerifyVersion% to $VERSION_MAJOR_MINOR"
95+ diff src/StateEngine.conf.xml src/StateEngine.conf.xml~
8996
9097 - name : Download OpenKNXproducer ${{ env.PRODUCER_VERSION }} and Verify
9198 run : |
You can’t perform that action at this time.
0 commit comments