From 1fb45a1e5caa8d6bc6cffb612a14eee625cbd73b Mon Sep 17 00:00:00 2001 From: dkeruza-neo Date: Sun, 9 Mar 2025 00:49:25 -0500 Subject: [PATCH] Fixed autobuild script. --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4a01de..e6e3227 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ on: - '.github/ISSUE_TEMPLATE/*' push: branches: - - main + - master paths-ignore: - '**.md' - '.github/ISSUE_TEMPLATE/*' @@ -25,7 +25,7 @@ jobs: name: 📤 Create Release needs: [linux-build, linux-flatpak] runs-on: ubuntu-22.04 - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/master' steps: - name: Download Artifacts uses: actions/download-artifact@v4 @@ -36,7 +36,7 @@ jobs: run: find ./artifacts/ - name: Create Preview Release - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/master' uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}"