From 66958e3a7df2f61f1e76a746a86297ade7aeb426 Mon Sep 17 00:00:00 2001 From: Beastmode1941 <152700409+Beastmode1941@users.noreply.github.com> Date: Sat, 24 Feb 2024 00:47:42 -0600 Subject: [PATCH 1/3] Create npm-publish.yml --- .github/workflows/npm-publish.yml | 77 +++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 .github/workflows/npm-publish.yml diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml new file mode 100644 index 0000000..728a6c4 --- /dev/null +++ b/.github/workflows/npm-publish.yml @@ -0,0 +1,77 @@ +# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created +# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages + +name: Node.js Package + +on: + release: + types: [created] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + node-version: 16 + - run: npm ci + - run: npm test + + publish-npm: + needs: build + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + node-version: 16 + registry-url: https://registry.npmjs.org/ + - run: npm ci + - run: npm publish + env: + NODE_AUTH_TOKEN: ${{secrets.npm_token}} + - name: Setup Java JDK + uses: actions/setup-java@v4.0.0 + with: + # The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file + java-version: # optional + # The path to the `.java-version` file. See examples of supported syntax in README file + java-version-file: # optional + # Java distribution. See the list of supported distributions in README file + distribution: + # The package type (jdk, jre, jdk+fx, jre+fx) + java-package: # optional, default is jdk + # The architecture of the package (defaults to the action runner's architecture) + architecture: # optional + # Path to where the compressed JDK is located + jdkFile: # optional + # Set this option if you want the action to check for the latest available version that satisfies the version spec + check-latest: # optional + # ID of the distributionManagement repository in the pom.xml file. Default is `github` + server-id: # optional, default is github + # Environment variable name for the username for authentication to the Apache Maven repository. Default is $GITHUB_ACTOR + server-username: # optional, default is GITHUB_ACTOR + # Environment variable name for password or token for authentication to the Apache Maven repository. Default is $GITHUB_TOKEN + server-password: # optional, default is GITHUB_TOKEN + # Path to where the settings.xml file will be written. Default is ~/.m2. + settings-path: # optional + # Overwrite the settings.xml file if it exists. Default is "true". + overwrite-settings: # optional, default is true + # GPG private key to import. Default is empty string. + gpg-private-key: # optional + # Environment variable name for the GPG private key passphrase. Default is $GPG_PASSPHRASE. + gpg-passphrase: # optional + # Name of the build platform to cache dependencies. It can be "maven", "gradle" or "sbt". + cache: # optional + # The path to a dependency file: pom.xml, build.gradle, build.sbt, etc. This option can be used with the `cache` option. If this option is omitted, the action searches for the dependency file in the entire repository. This option supports wildcards and a list of file names for caching multiple dependencies. + cache-dependency-path: # optional + # Workaround to pass job status to post job step. This variable is not intended for manual setting + job-status: # optional, default is ${{ job.status }} + # The token used to authenticate when fetching version manifests hosted on github.com, such as for the Microsoft Build of OpenJDK. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting. + token: # optional, default is ${{ github.server_url == 'https://github.com' && github.token || '' }} + # Name of Maven Toolchain ID if the default name of "${distribution}_${java-version}" is not wanted. See examples of supported syntax in Advanced Usage file + mvn-toolchain-id: # optional + # Name of Maven Toolchain Vendor if the default name of "${distribution}" is not wanted. See examples of supported syntax in Advanced Usage file + mvn-toolchain-vendor: # optional + From c3ed377f622091648df2b37ca6d21417ebdc2f53 Mon Sep 17 00:00:00 2001 From: Beastmode1941 <152700409+Beastmode1941@users.noreply.github.com> Date: Sat, 24 Feb 2024 00:49:35 -0600 Subject: [PATCH 2/3] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 2d2c189..5f5f55e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -title: APK Explorer & Editor (AEE) +title: ModeTatts apk edit description: The homepage of AEE show_downloads: false theme: jekyll-theme-hacker From 977552b9dc20c1c9b837bf30ab3e5eb40678adec Mon Sep 17 00:00:00 2001 From: Beastmode1941 <152700409+Beastmode1941@users.noreply.github.com> Date: Fri, 3 May 2024 19:58:46 -0500 Subject: [PATCH 3/3] Create README.md Just look into this APK and see what you can do better have developmental standards and knowledge but very easily done and it's the easiest and most complex By beastmode studios --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..302cb09 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +this is my pre-release I will perfect it even more even though it has no bugs. the perfect developers tool for editing apks above all 👍