From 7eb92e8ca30d0bd8ebef9755971bd8046f080ffd Mon Sep 17 00:00:00 2001 From: Martin Marmsoler Date: Mon, 27 Jan 2025 15:47:33 +0100 Subject: [PATCH] publish version file only once in linux and not for the others Reason: it is not allowed to overwrite --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3f457627e..24768fec5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -271,7 +271,7 @@ jobs: # Publish only once! - name: Publish version file - if: matrix.env.pack + if: matrix.env.ninja_platform == 'linux' uses: actions/upload-artifact@v4 with: path: build/release/Version.txt