Skip to content

Commit

Permalink
Update build-apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 authored Aug 16, 2024
1 parent 4e911d4 commit c0b2ab3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: Build and Upload APK

on:
workflow_dispatch:
push:
tags:
- "v*"

pull_request:

jobs:

build:
Expand Down Expand Up @@ -42,5 +40,5 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: xtmapper-release
path: app/build/outputs/apk/release/XtMapper-universal-release-v2.1.5.apk
path: app/build/outputs/apk/release/XtMapper-universal-release-*.apk

0 comments on commit c0b2ab3

Please sign in to comment.