From 265dd6d0b3e94b6e6ffc461cf0adf016d0cefb77 Mon Sep 17 00:00:00 2001 From: lumapu Date: Wed, 9 Nov 2022 22:55:54 +0100 Subject: [PATCH] another workflow fix --- .github/workflows/compile_development.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile_development.yml b/.github/workflows/compile_development.yml index 93e168c7..ea5037d9 100644 --- a/.github/workflows/compile_development.yml +++ b/.github/workflows/compile_development.yml @@ -52,7 +52,7 @@ jobs: - name: Rename Binary files id: rename-binary-files working-directory: src - run: python scripts/getVersion.py >> $GITHUB_OUTPUT + run: python /scripts/getVersion.py >> $GITHUB_OUTPUT - name: Set Version uses: cschleiden/replace-tokens@v1