From 585fd5ca7e6010b6c4cc96f4794a7d131414f6f8 Mon Sep 17 00:00:00 2001 From: lumapu Date: Sun, 7 Jan 2024 20:34:45 +0100 Subject: [PATCH] github action test --- .github/workflows/compile_development.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compile_development.yml b/.github/workflows/compile_development.yml index d20c4627..c00029a2 100644 --- a/.github/workflows/compile_development.yml +++ b/.github/workflows/compile_development.yml @@ -66,7 +66,7 @@ jobs: run: pio run -d src -e ${{ matrix.variant }} - name: Rename Firmware - run: python ../scripts/getVersion.py ${{ matrix.variant }} >> $GITHUB_OUTPUT + run: python scripts/getVersion.py ${{ matrix.variant }} >> $GITHUB_OUTPUT - name: Create Artifact uses: actions/upload-artifact@v3 @@ -127,7 +127,7 @@ jobs: run: pio run -d src -e ${{ matrix.variant }} - name: Rename Firmware - run: python ../scripts/getVersion.py ${{ matrix.variant }} >> $GITHUB_OUTPUT + run: python scripts/getVersion.py ${{ matrix.variant }} >> $GITHUB_OUTPUT - name: Create Artifact uses: actions/upload-artifact@v3 @@ -151,7 +151,7 @@ jobs: - name: Get Version from code id: version_name - run: python ../scripts/getVersion.py ${{ matrix.variant }} >> $GITHUB_OUTPUT + run: python scripts/getVersion.py ${{ matrix.variant }} >> $GITHUB_OUTPUT - name: Set Version uses: cschleiden/replace-tokens@v1