From a580f392a0df6c5e2929eb3b15fb90c1ce7ba790 Mon Sep 17 00:00:00 2001 From: awaik Date: Sun, 25 Jun 2023 21:49:29 +0300 Subject: [PATCH] release: v1.1.7 --- .github/workflows/build_from_tags_ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/build_from_tags_ci.yml b/.github/workflows/build_from_tags_ci.yml index 63937535..a5f9b359 100644 --- a/.github/workflows/build_from_tags_ci.yml +++ b/.github/workflows/build_from_tags_ci.yml @@ -128,15 +128,3 @@ jobs: artifacts: "build/app/outputs/flutter-apk/*.apk" bodyFile: "RELEASE.md" token: ${{ secrets.RELEASE_TOKEN }} - -# - name: Generates release files hashes -# uses: MCJack123/ghaction-generate-release-hashes@v3 -# with: -# hash-type: sha256 -# file-name: hashes.txt -# -# - name: Upload hashes -# uses: actions/upload-artifact@v2 -# with: -# name: Asset Hashes -# path: hashes.txt \ No newline at end of file