From e180c71be61c3d5c439e05a3c7d3a0e69dc33e33 Mon Sep 17 00:00:00 2001 From: Don Hardman Date: Wed, 16 Jul 2025 15:28:41 +0700 Subject: [PATCH] ci(release): fix app_version output in release workflow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3882c3..b832b41 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,6 +103,7 @@ jobs: - name: Build binary run: | git clone https://github.com/manticoresoftware/phar_builder.git + echo "${{ needs.vars.outputs.version_full }}" > APP_VERSION ./phar_builder/bin/build --template=sh --name="Manticore Backup" --package="${{ env.APP_NAME }}" - name: Prepare packages structure run: |