@@ -61,29 +61,29 @@ jobs:
6161 run : |
6262 # English packages (deb)
6363 wget -O /tmp/melezh-build/en/oint.deb \
64- "https://jenkins.openintegrations.dev/job/Release /${{ github.event.inputs.oint_build_id }}/artifact/${{ github.event.inputs.oint_version }}/oint_${{ github.event.inputs.oint_version }}_all_en.deb"
64+ "https://jenkins.openintegrations.dev/job/OpiRelease /${{ github.event.inputs.oint_build_id }}/artifact/${{ github.event.inputs.oint_version }}/oint_${{ github.event.inputs.oint_version }}_all_en.deb"
6565 wget -O /tmp/melezh-build/en/melezh.deb \
66- "https://jenkins.openintegrations.dev/job/Melezh_Release /${{ github.event.inputs.melezh_build_id }}/artifact/${{ github.event.inputs.melezh_version }}/melezh_${{ github.event.inputs.melezh_version }}_all_en.deb"
66+ "https://jenkins.openintegrations.dev/job/MelezhRelease /${{ github.event.inputs.melezh_build_id }}/artifact/${{ github.event.inputs.melezh_version }}/melezh_${{ github.event.inputs.melezh_version }}_all_en.deb"
6767
6868 # Russian packages (deb)
6969 wget --header="Authorization: Bearer ${{ secrets.TOKEN }}" \
7070 -O /tmp/melezh-build/ru/oint.deb \
71- "https://jenkins.openintegrations.dev/job/Release /${{ github.event.inputs.oint_build_id }}/artifact/${{ github.event.inputs.oint_version }}/oint_${{ github.event.inputs.oint_version }}_all_ru.deb"
71+ "https://jenkins.openintegrations.dev/job/OpiRelease /${{ github.event.inputs.oint_build_id }}/artifact/${{ github.event.inputs.oint_version }}/oint_${{ github.event.inputs.oint_version }}_all_ru.deb"
7272 wget -O /tmp/melezh-build/ru/melezh.deb \
73- "https://jenkins.openintegrations.dev/job/Melezh_Release /${{ github.event.inputs.melezh_build_id }}/artifact/${{ github.event.inputs.melezh_version }}/melezh_${{ github.event.inputs.melezh_version }}_all_ru.deb"
73+ "https://jenkins.openintegrations.dev/job/MelezhRelease /${{ github.event.inputs.melezh_build_id }}/artifact/${{ github.event.inputs.melezh_version }}/melezh_${{ github.event.inputs.melezh_version }}_all_ru.deb"
7474
7575 # English packages (rpm)
7676 wget -O /tmp/melezh-build/en/oint.rpm \
77- "https://jenkins.openintegrations.dev/job/Release /${{ github.event.inputs.oint_build_id }}/artifact/${{ github.event.inputs.oint_version }}/oint-${{ github.event.inputs.oint_version }}-1.noarch_en.rpm"
77+ "https://jenkins.openintegrations.dev/job/OpiRelease /${{ github.event.inputs.oint_build_id }}/artifact/${{ github.event.inputs.oint_version }}/oint-${{ github.event.inputs.oint_version }}-1.noarch_en.rpm"
7878 wget -O /tmp/melezh-build/en/melezh.rpm \
79- "https://jenkins.openintegrations.dev/job/Melezh_Release /${{ github.event.inputs.melezh_build_id }}/artifact/${{ github.event.inputs.melezh_version }}/melezh-${{ github.event.inputs.melezh_version }}-1.noarch_en.rpm"
79+ "https://jenkins.openintegrations.dev/job/MelezhRelease /${{ github.event.inputs.melezh_build_id }}/artifact/${{ github.event.inputs.melezh_version }}/melezh-${{ github.event.inputs.melezh_version }}-1.noarch_en.rpm"
8080
8181 # Russian packages (rpm)
8282 wget --header="Authorization: Bearer ${{ secrets.TOKEN }}" \
8383 -O /tmp/melezh-build/ru/oint.rpm \
84- "https://jenkins.openintegrations.dev/job/Release /${{ github.event.inputs.oint_build_id }}/artifact/${{ github.event.inputs.oint_version }}/oint-${{ github.event.inputs.oint_version }}-1.noarch_ru.rpm"
84+ "https://jenkins.openintegrations.dev/job/OpiRelease /${{ github.event.inputs.oint_build_id }}/artifact/${{ github.event.inputs.oint_version }}/oint-${{ github.event.inputs.oint_version }}-1.noarch_ru.rpm"
8585 wget -O /tmp/melezh-build/ru/melezh.rpm \
86- "https://jenkins.openintegrations.dev/job/Melezh_Release /${{ github.event.inputs.melezh_build_id }}/artifact/${{ github.event.inputs.melezh_version }}/melezh-${{ github.event.inputs.melezh_version }}-1.noarch_ru.rpm"
86+ "https://jenkins.openintegrations.dev/job/MelezhRelease /${{ github.event.inputs.melezh_build_id }}/artifact/${{ github.event.inputs.melezh_version }}/melezh-${{ github.event.inputs.melezh_version }}-1.noarch_ru.rpm"
8787
8888 - name : Log in to GHCR
8989 run : echo "${{ secrets.TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
0 commit comments