mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2026-08-26 10:05:50 +00:00
modified: .github/workflows/main.yml
modified: .github/workflows/patch_v6.yml modified: .github/workflows/patch_v7.yml
This commit is contained in:
6
.github/workflows/patch_v7.yml
vendored
6
.github/workflows/patch_v7.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user