-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
31d8f1c
commit 7f1b3b1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ jobs: | |
uses: actions/[email protected] | ||
- name: export game | ||
# Use latest version (see releases for all versions) | ||
uses: firebelley/godot-export@v1.4.0 | ||
uses: firebelley/godot-export@v1.5.0 | ||
with: | ||
# Defining all the required inputs | ||
# I used the mono version of Godot in this example | ||
|