Skip to content

Commit

Permalink
Update build_android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThreeDeeJay authored Jan 23, 2025
1 parent 3f9c0b2 commit 03e0e85
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,12 @@ jobs:
with:
name: sview-apk
path: build/sView-Release.apk

- name: GitHub pre-release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{secrets.GITHUB_TOKEN}}"
automatic_release_tag: "latest"
prerelease: false
title: "sView"
files: "build/*.apk"

0 comments on commit 03e0e85

Please sign in to comment.