Godot template repository for my programs
-rw-r--r--.github/workflows/export.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/export.yml b/.github/workflows/export.yml
index d3a34af..80bc4ec 100644
--- a/.github/workflows/export.yml
+++ b/.github/workflows/export.yml
@@ -14,14 +14,13 @@ on:
env:
GODOT_VERSION: 3.5
- RELEASE: rc
NAME: ${{ github.event.repository.name }}
jobs:
export:
runs-on: ubuntu-latest
container:
- image: ghcr.io/bend-n/godot-2d:3.5.rc
+ image: ghcr.io/bend-n/godot-2d:3.5
name: ${{ matrix.name }}
strategy:
matrix: