equal
deleted
inserted
replaced
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 |