aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/builds.yml
diff options
context:
space:
mode:
author Spartan322 <Megacake1234@gmail.com>2023-07-07 17:11:41 +0200
committer Spartan322 <Megacake1234@gmail.com>2023-07-07 17:11:41 +0200
commiteeb2a198bc343f227cfa673050d007bec55c6b4f (patch)
tree8982540f66be69ebe2d89a6af8bdbef10d9cda45 /.github/workflows/builds.yml
parent5838c2508682bc3f6e35e44056f9ba229bca4571 (diff)
Add Godot binary/template cache support
Diffstat (limited to '.github/workflows/builds.yml')
-rw-r--r--.github/workflows/builds.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index 79f04aa..2e0e2a1 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -159,6 +159,7 @@ jobs:
relative_project_path: ./game
export_as_pack: true
export_debug: true
+ cache: true
relative_export_path: ./game/export
- run: mv "./game/export/LinuxX11 x86_64/OpenVic.x86_64.pck" ./game/export/${{ github.event.repository.name }}.pck
@@ -206,6 +207,7 @@ jobs:
godot_export_templates_download_url: ${{env.GODOT_DOWNLOAD_URL}}/${{env.GODOT_VERSION}}/${{env.GODOT_VERSION_PREFIX}}${{env.GODOT_VERSION}}-${{env.GODOT_VERSION_SUFFIX}}_export_templates.tpz
relative_project_path: ./game
archive_output: true
+ cache: true
wine_path: ${{ steps.wine_install.outputs.WINE_PATH }}
- name: Create release