Skip to content

Commit

Permalink
remove package-name parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Mar 5, 2023
1 parent 182b040 commit 2f9f5c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ If you are facing problems with the action or this README feels not complete, pu
| key | required | default | description |
| ----|----------|---------|-------------|
| working-directory | false | . | Path to project.godot file |
| package-name | true | | Android package name |
| godot-version | false | 3.5.1 | Check versions [here](https://downloads.tuxfamily.org/godotengine/) |

## Working examples
Expand All @@ -28,7 +27,7 @@ https://github.com/dulvui/pocket-broomball/blob/main/.github/workflows/upload-an
https://github.com/dulvui/ball2box/blob/main/.github/workflows/upload-android.yml

## Version 2 breaking changes
The repository and action ahs been renamed from godot-android-upload to simply godot-android-export to simplify the action and to remove third party actions dependencies.
The repository and action has been renamed from godot-android-upload to simply godot-android-export to simplify the action and to remove third party actions dependencies.
Now this actions follows the Unix philosophy of simply doing one thing well.
You can then upload the aab/apk export of your game where ever you want.

Expand Down
3 changes: 0 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ inputs:
description: 'Godot Engine version'
required: false
default: '3.5.1'
package-name:
description: 'Android package name'
required: true

runs:
using: "composite"
Expand Down

0 comments on commit 2f9f5c2

Please sign in to comment.