Skip to content

Commit

Permalink
update versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
firebelley committed Aug 2, 2020
1 parent 2a9238d commit c330225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
fetch-depth: 0
- name: export game
# Use latest version (see releases for all versions)
uses: firebelley/godot-export@v2.3.0
uses: firebelley/godot-export@v2.4.0
with:
# Defining all the required inputs
# I used the mono version of Godot in this example
Expand Down Expand Up @@ -138,7 +138,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.3.0
uses: firebelley/godot-export@v2.4.0
with:
# Defining all the required inputs
# I used the mono version of Godot in this example
Expand Down

0 comments on commit c330225

Please sign in to comment.