Skip to content

Commit

Permalink
Fix github action build
Browse files Browse the repository at this point in the history
  • Loading branch information
Geequlim authored Dec 13, 2020
1 parent 04bd6d3 commit 2da9364
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push]

# Global Cache Settings
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
GODOT_BASE_BRANCH: '3.2.3-stable'
BASE_BRANCH: master
SCONS_CACHE_LIMIT: 4096
Expand Down Expand Up @@ -490,4 +491,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: windows_64_debug
path: bin/godot.windows.opt.debug.64.exe
path: bin/godot.windows.opt.debug.64.exe

0 comments on commit 2da9364

Please sign in to comment.