Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
list files after
  • Loading branch information
jclark118 authored Oct 30, 2023
1 parent 2ca2ec1 commit b791db4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
with:
java-version: 16
distribution: 'adopt'
- name: List files in the repository
run: |
ls -R ${{ github.workspace }}
- name: Setup Keystore
run: |
echo "${{ secrets.SIGNING_KEY }}" > release.b64
Expand Down Expand Up @@ -52,7 +49,7 @@ jobs:
# cp mapcache/build/outputs/apk/release/mapcache-*-signed.apk "mapcache/build/release/mapcache-$(./gradlew mapcache:androidAppVersion | grep versionName | sed 's/^.*@//').apk"
- name: List files in the repository
run: |
ls ${{ github.workspace }}
ls -R ${{ github.workspace }}
- name: Upload Artifacts
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit b791db4

Please sign in to comment.