Skip to content

Commit

Permalink
Fixup nightly apk
Browse files Browse the repository at this point in the history
  • Loading branch information
DHD2280 committed Apr 23, 2024
1 parent 6e25a3a commit a69e1c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:

build:
name: Build Debug APK
name: Build Nightly APK
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -50,5 +50,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: "Oxygen Customizer v${{ env.VERSION_NAME }} Dev (#${{github.run_number}})"
path: app/build/outputs/apk/debug/*.apk
path: app/build/outputs/apk/release/*.apk
if-no-files-found: error

0 comments on commit a69e1c1

Please sign in to comment.