equal
deleted
inserted
replaced
64 ./create_docker_container.sh ${{ github.workspace }}/build |
64 ./create_docker_container.sh ${{ github.workspace }}/build |
65 |
65 |
66 - name: Run build in docker |
66 - name: Run build in docker |
67 run: | |
67 run: | |
68 cd beremiz_public_dist |
68 cd beremiz_public_dist |
69 beremiz_revisionid=${{ env.beremiz_revisionid }} \ |
69 beremiz_revisionid=${{ env.beremiz_revisionid }} matiec_revisionid=${{ env.matiec_revisionid }} CanFestival-3_revisionid=${{ env.CanFestival-3_revisionid }} ./build_in_docker.sh |
70 matiec_revisionid=${{ env.matiec_revisionid }} \ |
|
71 CanFestival-3_revisionid=${{ env.CanFestival-3_revisionid }} \ |
|
72 ./build_in_docker.sh |
|
73 |
70 |
74 - name: Upload built artifact |
71 - name: Upload built artifact |
75 uses: actions/upload-artifact@v3 |
72 uses: actions/upload-artifact@v3 |
76 with: |
73 with: |
77 name: windows_bundles |
74 name: windows_bundles |