Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
kairusds committed Oct 16, 2024
1 parent a67074d commit c332d3a
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/debug_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: Android Debug

on:
workflow_dispatch:
push:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'README.md'
- 'LICENSE'
branches: [ master ]

jobs:
build:
Expand All @@ -24,8 +31,8 @@ jobs:
with:
arguments: build

- name: Upload artifacts
uses: actions/upload-artifact@v3
- name: Upload apk to a release
uses: softprops/action-gh-release@v2
with:
name: app
path: app/build/outputs/apk/debug/*.apk
files: app/build/outputs/apk/release/*.apk
tag_name: test

0 comments on commit c332d3a

Please sign in to comment.