From 594a02fa69b650009767322db705818f2bd77009 Mon Sep 17 00:00:00 2001 From: jobobby04 Date: Wed, 5 Aug 2020 15:01:24 -0400 Subject: [PATCH] Fix release builder --- .github/workflows/TachiyomiSY-Release-Builder.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/TachiyomiSY-Release-Builder.yml b/.github/workflows/TachiyomiSY-Release-Builder.yml index 22ea23b28..9d5f4512e 100644 --- a/.github/workflows/TachiyomiSY-Release-Builder.yml +++ b/.github/workflows/TachiyomiSY-Release-Builder.yml @@ -1,10 +1,9 @@ -name: Remote Dispatch Action Initiator +name: Release Builder on: push: branches: - 'release' - repository_dispatch: jobs: apk: @@ -65,4 +64,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ${{ env.SIGNED_RELEASE_FILE }} asset_name: TachiyomiSY.apk - asset_content_type: application/vnd.android.package-archive \ No newline at end of file + asset_content_type: application/vnd.android.package-archive