diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c8c33f..203e888 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,35 +7,35 @@ on: jobs: Patch_Stable: - uses: ./.github/workflows/build_v7.yml + uses: ./.github/workflows/patch_v7.yml with: channel: stable release: true secrets: inherit Patch_LongTerm: - uses: ./.github/workflows/build_v7.yml + uses: ./.github/workflows/patch_v7.yml with: channel: long-term release: true secrets: inherit Patch_Testing: - uses: ./.github/workflows/build_v7.yml + uses: ./.github/workflows/patch_v7.yml with: channel: testing release: true secrets: inherit Patch_Stable_V6: - uses: ./.github/workflows/build_v6.yml + uses: ./.github/workflows/patch_v6.yml with: channel: stable release: true secrets: inherit Patch_LongTerm_V6: - uses: ./.github/workflows/build_v6.yml + uses: ./.github/workflows/patch_v6.yml with: channel: long-term release: true diff --git a/.github/workflows/patch_v6.yml b/.github/workflows/patch_v6.yml index 8ecee15..3986c6a 100644 --- a/.github/workflows/patch_v6.yml +++ b/.github/workflows/patch_v6.yml @@ -108,7 +108,7 @@ jobs: echo "Version: $VERSION, Archs: $ARCHS" - Build_RouterOS: + Patch_RouterOS: needs: Prepare_Patch if: needs.Prepare_Patch.outputs.SKIP_BUILD == 'false' runs-on: ubuntu-24.04 @@ -530,10 +530,10 @@ jobs: Update_Release: - needs: [Prepare_Patch,Build_RouterOS] + needs: [Prepare_Patch,Patch_RouterOS] if: | needs.Prepare_Patch.outputs.SKIP_BUILD == 'false' && - needs.Build_RouterOS.result == 'success' && + needs.Patch_RouterOS.result == 'success' && needs.Prepare_Patch.outputs.RELEASE == 'true' runs-on: ubuntu-24.04 env: diff --git a/.github/workflows/patch_v7.yml b/.github/workflows/patch_v7.yml index a772c70..455a50e 100644 --- a/.github/workflows/patch_v7.yml +++ b/.github/workflows/patch_v7.yml @@ -127,7 +127,7 @@ jobs: echo "RELEASE=$RELEASE" >> $GITHUB_OUTPUT echo "Version: $VERSION, Archs: $ARCHS" - Build_RouterOS: + Patch_RouterOS: needs: Prepare_Patch if: needs.Prepare_Patch.outputs.SKIP_BUILD == 'false' runs-on: ubuntu-24.04 @@ -938,10 +938,10 @@ jobs: --data '{"purge_everything": true}' Update_Release: - needs: [Prepare_Patch,Build_RouterOS] + needs: [Prepare_Patch,Patch_RouterOS] if: | needs.Prepare_Patch.outputs.SKIP_BUILD == 'false' && - needs.Build_RouterOS.result == 'success' && + needs.Patch_RouterOS.result == 'success' && needs.Prepare_Patch.outputs.RELEASE == 'true' runs-on: ubuntu-24.04 env: