Skip to content

Commit

Permalink
Revert "[DNM] Aperture: Upload APKs to GitHub's releases"
Browse files Browse the repository at this point in the history
* We want to upload it in our repository.
* This reverts commit ecda174.

Signed-off-by: Christopher <mizdrake7@gmail.com>
  • Loading branch information
mizdrake7 committed Aug 4, 2023
1 parent 5679bbf commit 33cf0d9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,3 @@ jobs:
with:
name: app-debug.apk
path: app/build/outputs/apk/debug/app-debug.apk

- name: Create release
uses: marvinpinto/action-automatic-releases@latest
if: github.ref == 'refs/heads/lineage-20.0'
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: "latest"
prerelease: false
title: ${{ github.sha }}
files: |
app/build/outputs/apk/debug/app-debug.apk

0 comments on commit 33cf0d9

Please sign in to comment.