From 15055d9cb928641240c00c89ae822ce6aeb5c5c2 Mon Sep 17 00:00:00 2001 From: armv9 <48624112+arm64v8a@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:53:01 +0900 Subject: [PATCH] 1.3.2 --- .github/workflows/release.yml | 33 --------------------------------- nb4a.properties | 4 ++-- 2 files changed, 2 insertions(+), 35 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6b3548..8edda11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,9 +5,6 @@ on: tag: description: 'Release Tag' required: true - upload: - description: 'Upload: If want ignore' - required: false publish: description: 'Publish: If want ignore' required: false @@ -100,36 +97,6 @@ jobs: mkdir apks find artifacts -name "*.apk" -exec cp {} apks \; ./ghr -delete -t "${{ github.token }}" -n "${{ github.event.inputs.tag }}" "${{ github.event.inputs.tag }}" apks - upload: - name: Upload Release - if: github.event.inputs.upload != 'y' - runs-on: ubuntu-latest - needs: build - steps: - - name: Donwload Artifacts - uses: actions/download-artifact@v4 - with: - name: APKs - path: artifacts - - name: Release - run: | - mkdir apks - find artifacts -name "*.apk" -exec cp {} apks \; - - function upload() { - for apk in $@; do - echo ">> Uploading $apk" - curl https://api.telegram.org/bot${{ secrets.TELEGRAM_TOKEN }}/sendDocument \ - -X POST \ - -F chat_id="${{ secrets.TELEGRAM_CHANNEL }}" \ - -F document="@$apk" \ - --silent --show-error --fail >/dev/null & - done - for job in $(jobs -p); do - wait $job || exit 1 - done - } - upload apks/* play: name: Build Play Bundle if: github.event.inputs.play != 'y' diff --git a/nb4a.properties b/nb4a.properties index b284765..44a3b8d 100644 --- a/nb4a.properties +++ b/nb4a.properties @@ -1,3 +1,3 @@ PACKAGE_NAME=moe.nb4a -VERSION_NAME=1.3.1 -VERSION_CODE=35 +VERSION_NAME=1.3.2 +VERSION_CODE=36