From 136f68cd3b4f13d675ef96441b76c0ccbc7ed3a8 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 8 May 2023 16:06:20 +0200 Subject: [PATCH] ci/cd - fix typo in beta wf --- .github/workflows/beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index bec098e98..e1839b017 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -232,7 +232,7 @@ jobs: SUFFIX: ${{ matrix.suffix }} REPO: ${{ matrix.repo }} LINUX: ${{ matrix.linux }} - VERSION: ${{ matrix.separator }} + VERSION: ${{ matrix.version }} PACKAGE: ${{ matrix.package }} BW_VERSION: ${{ matrix.package == 'rpm' && needs.wait-builds.outputs.versionrpm || needs.wait-builds.outputs.version }} PACKAGE_ARCH: ${{ matrix.package_arch }}