Skip to content

Commit

Permalink
use godot 3.5 stable instead of rc
Browse files Browse the repository at this point in the history
  • Loading branch information
bend-n committed Aug 7, 2022
1 parent 5dba9af commit 3d79cf6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3d79cf6

Please sign in to comment.