.github/workflows/build_bundles.yml
changeset 96 52b64ebc1970
parent 93 b1f29a911785
child 97 4dd65c75e651
equal deleted inserted replaced
95:21dcb1a70f5d 96:52b64ebc1970
    53     - name: Run build in docker
    53     - name: Run build in docker
    54       run: |
    54       run: |
    55         cd beremiz_public_dist
    55         cd beremiz_public_dist
    56         # override HG revision IDs in Makefile
    56         # override HG revision IDs in Makefile
    57         ./build_in_docker.sh \
    57         ./build_in_docker.sh \
    58             beremiz_revisionid=${{ needs.sources.outputs.beremiz_revisionid }} \
    58             beremiz_revisionid=stamp \
    59             matiec_revisionid=${{ needs.sources.outputs.matiec_revisionid }} \
    59             matiec_revisionid=stamp \
    60             canfestival_revisionid=${{ needs.sources.outputs.canfestival_revisionid }} \
    60             canfestival_revisionid=stamp \
    61             Modbus_revisionid=${{ needs.sources.outputs.Modbus_revisionid }} \
    61             Modbus_revisionid=stamp \
    62             open62541_revisionid=${{ needs.sources.outputs.open62541_revisionid }}
    62             open62541_revisionid=stamp
    63 
    63 
    64     - name: Upload built artifact
    64     - name: Upload built artifact
    65       uses: actions/upload-artifact@v3
    65       uses: actions/upload-artifact@v3
    66       with:
    66       with:
    67         name: windows_bundles
    67         name: windows_bundles