Diffstat (limited to '.github/workflows/export.yml')
| l--------- | .github/workflows/export.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/export.yml b/.github/workflows/export.yml index 1201eb2..20dfd96 120000 --- a/.github/workflows/export.yml +++ b/.github/workflows/export.yml @@ -1,6 +1,5 @@ # Whenever a push is made to the master branch then run the job on: - push: branches: - main @@ -28,8 +27,11 @@ jobs: # Ensure that you get the entire project history with: fetch-depth: 0 + - name: create keystore + run: keytool -keyalg RSA -genkeypair -alias androiddebugkey -keypass android -keystore debug.keystore -storepass android -dname "CN=Android Debug,O=Android,C=US" -validity 9999 -deststoretype pkcs12 - name: export game # Use latest version (see releases for all versions) + uses: firebelley/[email protected] with: # Defining all the required inputs |