aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
author George L. Albany <Megacake1234@gmail.com>2023-07-09 01:47:07 +0200
committer GitHub <noreply@github.com>2023-07-09 01:47:07 +0200
commitd05bff0c40a482a9bb44877fe76b1e0efb2e1a68 (patch)
treeab9d0e5940b615f49ac95eaed094a47040f7ac7d /.github
parent3216d5892c0fdc98f12053c0bfb6a55e0411c1e0 (diff)
parenteeb2a198bc343f227cfa673050d007bec55c6b4f (diff)
Merge pull request #136 from Spartan322/godot-executable-cache-support
Diffstat (limited to '.github')
-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 9944a9c..a8fa770 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -168,6 +168,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
@@ -215,6 +216,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