From 7277b8cf1bac4dd8d39248d2db28fc4e78a88a53 Mon Sep 17 00:00:00 2001 From: Barichello Date: Thu, 14 Mar 2019 09:02:27 -0300 Subject: [PATCH] Update example project --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22a218a..f4460c2 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,6 @@ After adapting the paths and names according to your project needs you will need Others variables are set automatically by the `gitlab-runner`
The included `gitlab-ci.yml` is set to only run the export jobs when you commit a new `git tag`, i suggest not using "." or "," in your tag's name since it messes with Godot's export system and will lead to failed jobs. -Check other usage examples in these following projects:
-- [`aBARICHELLO/GAMINE`](https://github.com/aBARICHELLO/gamine)
+Check a usage example in this test project:
+- [`aBARICHELLO/game-off`](https://github.com/aBARICHELLO/game-off)
+