diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2023-04-05 14:10:27 +0200 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2023-04-05 14:10:52 +0200 |
commit | 2abadbb58b266ab4289159c97970234e0ae6d128 (patch) | |
tree | b199c9d55bf362a57a5a59bc5f7eaa2bf319596f /.github/workflows/windows_builds.yml | |
parent | 44d539465acca7592e0c88748e231fe5f151da37 (diff) | |
download | redot-engine-2abadbb58b266ab4289159c97970234e0ae6d128.tar.gz |
[ci/windows] remove obsolete 'tools' in the name
Diffstat (limited to '.github/workflows/windows_builds.yml')
-rw-r--r-- | .github/workflows/windows_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml index 1da2e8efa0..da90e9641c 100644 --- a/.github/workflows/windows_builds.yml +++ b/.github/workflows/windows_builds.yml @@ -31,7 +31,7 @@ jobs: sconsflags: debug_symbols=no vsproj=yes bin: "./bin/godot.windows.editor.x86_64.exe" - - name: Template (target=template_release, tools=no) + - name: Template (target=template_release) cache-name: windows-template target: template_release tests: false |