Skip to content

Commit 2da9364

Browse files
authored
Fix github action build
1 parent 04bd6d3 commit 2da9364

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [push]
44

55
# Global Cache Settings
66
env:
7+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
78
GODOT_BASE_BRANCH: '3.2.3-stable'
89
BASE_BRANCH: master
910
SCONS_CACHE_LIMIT: 4096
@@ -490,4 +491,4 @@ jobs:
490491
uses: actions/upload-artifact@v2
491492
with:
492493
name: windows_64_debug
493-
path: bin/godot.windows.opt.debug.64.exe
494+
path: bin/godot.windows.opt.debug.64.exe

0 commit comments

Comments
 (0)