Fixed autobuild script.

This commit is contained in:
dkeruza-neo
2025-03-09 00:49:25 -05:00
parent 9bbc0f983e
commit 1fb45a1e5c
+3 -3
View File
@@ -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 }}"