Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
talosross authored Nov 25, 2023
1 parent caaec61 commit 825c288
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: Build APK

on:
push:
branches: master
tags:
- v*
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

release_build:
jobs:
release_build:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')

Expand Down Expand Up @@ -40,7 +39,7 @@ release_build:
paths: |
app/build/outputs/apk/release/
app/build/outputs/bundle/release/
#4
- name: Create Github Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 825c288

Please sign in to comment.