From 500884a88e369a07899b8ddff3c0c4f29473649f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc-Fr=C3=A9d=C3=A9ric=20Langis?= Date: Fri, 27 Aug 2021 08:14:34 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6ee7203..31bf855 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: echo ::set-output name=TAG_VERSION::${GITHUB_REF#refs/tags/v} - name: export game # Use latest version (see releases for all versions) - uses: firebelley/godot-export@v2.6.1 + uses: firebelley/godot-export@v2.8.1 with: # Defining all the required inputs # I used the mono version of Godot in this example