From 55f625cba4c4f43fd6f8d8bf88a770bc85b93d4f Mon Sep 17 00:00:00 2001 From: Star1xr <166748405+Star1xr@users.noreply.github.com> Date: Sun, 29 Mar 2026 18:00:54 +0300 Subject: [PATCH] Update release action to include specific files --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 45793ca9..d7f84b01 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: uses: softprops/action-gh-release@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - files: + files: android-armv7a-build.zip tag_name: ${{ github.ref_name }} draft: true prerelease: false # tokens just a placeholder! dont put token on the secrets.