Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
firebelley committed Jul 6, 2020
1 parent 9383521 commit 71657a8
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 @@ -82,7 +82,7 @@ jobs:
fetch-depth: 0
- name: export game
# Use latest version (see releases for all versions)
uses: firebelley/godot-export@v2.1.1
uses: firebelley/godot-export@v2.2.0
with:
# Defining all the required inputs
# I used the mono version of Godot in this example
Expand Down Expand Up @@ -134,7 +134,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.1.1
uses: firebelley/godot-export@v2.2.0
with:
# Defining all the required inputs
# I used the mono version of Godot in this example
Expand Down

0 comments on commit 71657a8

Please sign in to comment.