From e6b4a7acf33127d7ba874b0d016e7b2596571425 Mon Sep 17 00:00:00 2001 From: Nix <75538775+nixietab@users.noreply.github.com> Date: Tue, 31 Dec 2024 14:37:43 -0300 Subject: [PATCH] Update Build.yml --- .github/workflows/Build.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 1a25942..bcfa815 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -6,7 +6,7 @@ on: - version.json # Trigger on changes to version.json jobs: - run-on-version-change: + version-release: runs-on: windows-latest # Use Windows 10 runner steps: @@ -35,13 +35,9 @@ jobs: run: | python actions-temp/picoBuild.py - create-release: - needs: run-on-version-change # Run only after the previous job - runs-on: windows-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v3 + - name: Debug: Show directory structure + run: | + tree /F /A actions-temp # Show folder structure of actions-temp for debugging - name: Get version and name from version.json id: version_info