We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bd6d3 commit 2da9364Copy full SHA for 2da9364
.github/workflows/build.yml
@@ -4,6 +4,7 @@ on: [push]
4
5
# Global Cache Settings
6
env:
7
+ ACTIONS_ALLOW_UNSECURE_COMMANDS: true
8
GODOT_BASE_BRANCH: '3.2.3-stable'
9
BASE_BRANCH: master
10
SCONS_CACHE_LIMIT: 4096
@@ -490,4 +491,4 @@ jobs:
490
491
uses: actions/upload-artifact@v2
492
with:
493
name: windows_64_debug
- path: bin/godot.windows.opt.debug.64.exe
494
+ path: bin/godot.windows.opt.debug.64.exe
0 commit comments