make build more secure

This commit is contained in:
phoenixbackrooms
2025-09-28 10:40:15 +03:00
committed by GitHub
parent 0133243183
commit c43ebebba3

View File

@@ -45,6 +45,7 @@ jobs:
name: gdextension-${{ matrix.platform }} name: gdextension-${{ matrix.platform }}
path: gdextension-artifacts path: gdextension-artifacts
if_no_artifact_found: warn if_no_artifact_found: warn
branch: main
continue-on-error: true continue-on-error: true
- name: Cache Godot installation - name: Cache Godot installation
@@ -146,4 +147,5 @@ jobs:
with: with:
name: flumi-${{ matrix.platform }} name: flumi-${{ matrix.platform }}
path: flumi-builds/${{ matrix.platform }} path: flumi-builds/${{ matrix.platform }}
retention-days: 30
retention-days: 30