From d3c9646ff56f2094bb5aff7b1a41856e6fda17f2 Mon Sep 17 00:00:00 2001 From: cafeed28 Date: Mon, 15 Apr 2024 20:37:54 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B3=D0=B0=D0=B4=D0=B4=D1=8D=D0=BC=D0=BD)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 84fb02a..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Release - -on: - push: - tags: - - v* - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Download apk - uses: suisei-cn/actions-download-file@818d6b7dc8fe73f2f924b6241f2b1134ca1377d9 # 1.6.0 - with: - url: https://nightly.link/fifomori/android/workflows/build/main/app-debug.apk.zip - target: download/ - retry-times: 3 - - - name: Create release - uses: ncipollo/release-action@v1 - with: - artifacts: download/app-debug.apk.zip - makeLatest: true - prerelease: ${{ endsWith(github.event.ref, '-beta') }}