Skip to content

Commit

Permalink
Fix the package build for v3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-antonyuk committed Nov 23, 2024
1 parent 3b0955c commit a407fe4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
description: 'Branch for server repository'
required: true
default: 'develop'
push:
branches:
- bugfix/ffmpeg

concurrency:
group: ${{ github.ref }}
Expand All @@ -26,9 +29,9 @@ env:
PRODUCT_VERSION: echo ${{ github.ref }} | grep -oP '\d+\.\d+\.\d+' || echo '3.0.0'
BUILD_NUMBER: ${{ github.run_number }}
PACKAGE_DIRECTORY: "/home/runner/work/${{ github.event.repository.name }}/${{ github.event.repository.name }}"
BRANCH_BUILDTOOLS: ${{ github.event.inputs.branch-buildtools }}
BRANCH_CLIENT: ${{ github.event.inputs.branch-client }}
BRANCH_SERVER: ${{ github.event.inputs.branch-server }}
BRANCH_BUILDTOOLS: bugfix/ffmpeg
BRANCH_CLIENT: release/v3.0.0
BRANCH_SERVER: release/v3.0.0

jobs:
build:
Expand Down

0 comments on commit a407fe4

Please sign in to comment.