From c43ebebba381eb27828f07e01241f8332cbe602e Mon Sep 17 00:00:00 2001 From: phoenixbackrooms Date: Sun, 28 Sep 2025 10:40:15 +0300 Subject: [PATCH] make build more secure --- .github/workflows/build-flumi.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-flumi.yml b/.github/workflows/build-flumi.yml index 49c8b62..7022785 100644 --- a/.github/workflows/build-flumi.yml +++ b/.github/workflows/build-flumi.yml @@ -45,6 +45,7 @@ jobs: name: gdextension-${{ matrix.platform }} path: gdextension-artifacts if_no_artifact_found: warn + branch: main continue-on-error: true - name: Cache Godot installation @@ -146,4 +147,5 @@ jobs: with: name: flumi-${{ matrix.platform }} path: flumi-builds/${{ matrix.platform }} - retention-days: 30 \ No newline at end of file + + retention-days: 30