Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
list files
  • Loading branch information
jclark118 authored Oct 30, 2023
1 parent 72f4352 commit ce59110
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,9 @@ jobs:
# run: |
# mkdir mapcache/build/release
# cp mapcache/build/outputs/apk/release/mapcache-*-signed.apk "mapcache/build/release/mapcache-$(./gradlew mapcache:androidAppVersion | grep versionName | sed 's/^.*@//').apk"
- name: List Files
id: list-files
uses: mirko-felice/[email protected]
with:
repo: ${{ github.repository }}
ref: ${{ github.ref }}
path: "."
ext: ".apk"
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- name: Upload Artifacts
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit ce59110

Please sign in to comment.