Skip to content

Commit

Permalink
rename to godot-ios-upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Dec 5, 2022
1 parent e5c1829 commit ca3083d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# godot-ios-release
Github Action to export a Godot game to iOS and release it on App Store.
# godot-ios-upload
Github Action to export a Godot game to iOS and upload it on App Store.
It uses https://github.com/huskeee/godot-headless-mac to do the export.
If you are facing problems with the action or this README feels uncomplete, pull requests are welcome or open an issue.

## Table of contents
- [godot-ios-release](#godot-ios-release)
- [godot-ios-upload](#godot-ios-upload)
- [Table of contents](#table-of-contents)
- [Requirements](#requirements)
- [Parameters](#parameters)
Expand All @@ -31,7 +31,7 @@ Note: Its recommended to create a Apple Developer service account to use a separ

## Working examples
You an find a working examples here:
https://github.com/dulvui/pocket-broomball/blob/main/.github/workflows/release-ios.yml
https://github.com/dulvui/pocket-broomball/blob/main/.github/workflows/upload-ios.yml

## License
This software is licensed under the [MIT license](LICENSE).
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: 'Godot iOS Release'
name: 'Godot iOS Upload'
description: 'Godot Engine: Export to iOS and upload to Testflight'
author: 'Simon Dalvai @dulvui'
branding:
Expand Down

0 comments on commit ca3083d

Please sign in to comment.