Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
release apk update
  • Loading branch information
jclark118 authored Oct 30, 2023
1 parent 4b04987 commit ce060db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v1
with:
name: mapcache-release.apk
path: mapcache/build/outputs/apk/release/mapcache-release.apk
name: mapcache
path: mapcache/build/outputs/apk/release/mapcache_${{ github.event.inputs.version }}.apk

0 comments on commit ce060db

Please sign in to comment.