From 04838a55c762ae823685c56926305dbff0632b3a Mon Sep 17 00:00:00 2001 From: LUCASTUCIOUS Date: Sun, 28 Jul 2024 15:31:02 +0200 Subject: [PATCH] Runner final --- .forgejo/workflows/build.yaml | 6 +++--- .gitignore | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 5d88b85..fc4c6c7 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -1,8 +1,7 @@ on: push: - branches: - - main - - release + tags: + - "v*" jobs: # job id, can be anything export_game: @@ -28,6 +27,7 @@ jobs: godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.2/Godot_v4.2-stable_export_templates.tpz relative_project_path: ./ archive_output: true + cache: true # This release action has worked well for me. However, you can most likely use any release action of your choosing. # https://github.com/ncipollo/release-action diff --git a/.gitignore b/.gitignore index 4709183..d35820f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ # Godot 4+ specific ignores .godot/ +*.TMP