From 1949dfaa124e5948fdcf35f31263e88d220ef607 Mon Sep 17 00:00:00 2001 From: s3rj1k Date: Wed, 31 Jan 2024 12:49:35 +0100 Subject: [PATCH] TEST --- .github/workflows/build.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4bbd732..fe64e19 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,12 +14,12 @@ on: concurrency: group: ${{ github.head_ref || github.ref }} -# TEST +# TEST 2 jobs: build_rpm: name: 'Build RPM' - uses: signalwire/actions-template/.github/workflows/ci-rpm-packages.yml@main + uses: s3rj1k/actions-template/.github/workflows/ci-rpm-packages.yml@rpm with: PROJECT_NAME: broadvoice # this is khown issue (no `lib` prefix) RUNNER: ubuntu-latest @@ -29,7 +29,7 @@ jobs: build_deb: name: 'Build DEB' - uses: signalwire/actions-template/.github/workflows/ci-deb-packages-v2.yml@main + uses: s3rj1k/actions-template/.github/workflows/ci-deb-packages-v2.yml@rpm strategy: fail-fast: false matrix: @@ -58,7 +58,7 @@ jobs: - rpm platform: - amd64 - uses: signalwire/actions-template/.github/workflows/ci-libs-metadata-v2.yml@main + uses: s3rj1k/actions-template/.github/workflows/ci-libs-metadata-v2.yml@rpm with: ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.platform }}-artifact OS_PLATFORM: ${{ matrix.os }}-${{ matrix.platform }} @@ -81,7 +81,7 @@ jobs: platform: - amd64 - armhf - uses: signalwire/actions-template/.github/workflows/ci-libs-metadata-v2.yml@main + uses: s3rj1k/actions-template/.github/workflows/ci-libs-metadata-v2.yml@rpm with: ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.codename }}-${{ matrix.platform }}-artifact OS_PLATFORM: ${{ matrix.os }}-${{ matrix.codename }}-${{ matrix.platform }} @@ -99,7 +99,7 @@ jobs: - rpm platform: - amd64 - uses: signalwire/actions-template/.github/workflows/cd-scp.yml@main + uses: s3rj1k/actions-template/.github/workflows/cd-scp.yml@rpm with: ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.platform }}-artifact TARGET_FOLDER: /var/www/libbroadvoice-${{ github.ref_name }}-${{ matrix.os }}-${{ matrix.platform }}/${{ github.run_id }}-${{ github.run_number }} @@ -130,7 +130,7 @@ jobs: platform: - amd64 - armhf - uses: signalwire/actions-template/.github/workflows/cd-scp.yml@main + uses: s3rj1k/actions-template/.github/workflows/cd-scp.yml@rpm with: ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.codename }}-${{ matrix.platform }}-artifact TARGET_FOLDER: /var/www/libbroadvoice-${{ github.ref_name }}-${{ matrix.os }}-${{ matrix.platform }}/${{ github.run_id }}-${{ github.run_number }} @@ -156,7 +156,7 @@ jobs: - rpm platform: - amd64 - uses: signalwire/actions-template/.github/workflows/cd-libs-metadata.yml@main + uses: s3rj1k/actions-template/.github/workflows/cd-libs-metadata.yml@rpm with: ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.platform }}-meta LIB_NAME: libbroadvoice @@ -189,7 +189,7 @@ jobs: platform: - amd64 - armhf - uses: signalwire/actions-template/.github/workflows/cd-libs-metadata.yml@main + uses: s3rj1k/actions-template/.github/workflows/cd-libs-metadata.yml@rpm with: ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.codename }}-${{ matrix.platform }}-meta LIB_NAME: libbroadvoice @@ -209,7 +209,7 @@ jobs: permissions: write-all name: 'Copy hash to remote RPM' needs: [ distribute_meta_rpm ] - uses: signalwire/actions-template/.github/workflows/cd-scp.yml@main + uses: s3rj1k/actions-template/.github/workflows/cd-scp.yml@rpm strategy: matrix: os: @@ -231,7 +231,7 @@ jobs: permissions: write-all name: 'Copy hash to remote DEB' needs: [ distribute_meta_deb ] - uses: signalwire/actions-template/.github/workflows/cd-scp.yml@main + uses: s3rj1k/actions-template/.github/workflows/cd-scp.yml@rpm strategy: matrix: os: