Skip to content

Remove relative_dirname from CDB List (#6458) #927

Remove relative_dirname from CDB List (#6458)

Remove relative_dirname from CDB List (#6458) #927

Workflow file for this run

# This workflow builds a production-ready package when a tag is created.
#
# This workflow is based on the `dev-environment` workflow.
name: Build
on:
push:
tags:
- 'v*'
jobs:
build:
name: Build app package (auto)
uses: ./.github/workflows/dev-environment.yml
with:
reference: ${{ github.ref_name }}
command: 'yarn build'
artifact_name: 'wazuh-${{ github.ref_name }}'