From 3edcd10c122e1540dba31661e95a1586348b31ca Mon Sep 17 00:00:00 2001 From: Nix <75538775+nixietab@users.noreply.github.com> Date: Tue, 28 Jan 2025 22:43:44 -0300 Subject: [PATCH] Update Build.yml --- .github/workflows/Build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index e92b90b..56fe9ef 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -9,6 +9,8 @@ jobs: version-release: runs-on: windows-latest # Use Windows 10 runner + if: github.actor != 'github-actions[bot]' # Only run if the actor is not the GitHub Actions bot + steps: - name: Checkout repository uses: actions/checkout@v3 @@ -36,7 +38,7 @@ jobs: run: | dir actions-temp dir - + - name: Get version and name from version.json id: version_info run: |