make build more secure
This commit is contained in:
4
.github/workflows/build-flumi.yml
vendored
4
.github/workflows/build-flumi.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user