Skip to content

Commit

Permalink
Merge branch 'amberin-patch-1' of github.com:amberin/orgzly-community…
Browse files Browse the repository at this point in the history
… into amberin-patch-1
  • Loading branch information
amberin committed Sep 25, 2023
2 parents 48af6d0 + 7f59007 commit 1d313e4
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build-and-release-apk:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -37,18 +37,7 @@ jobs:
env:
BUILD_TOOLS_VERSION: "30.0.2"

- name: Upload APK
uses: actions/upload-artifact@v2
- name: Create release from APK
uses: softprops/action-gh-release@v1
with:
name: orgzly-revived-premium-release.apk
path: ${{steps.sign_app.outputs.signedReleaseFile}}

- name: Echo APK name
run: echo Signed APK file ${{steps.sign_app.outputs.signedReleaseFile}}

- name: Release signed APK
uses: MicahSphelele/action-publish-signed-apk@main
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_CREATION_TOKEN }}
APP_FOLDER: app
FILE_DIR: ${{steps.sign_app.outputs.signedReleaseFile}}
files: ${{steps.sign_app.outputs.signedReleaseFile}}

0 comments on commit 1d313e4

Please sign in to comment.