Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
list all
  • Loading branch information
jclark118 authored Oct 30, 2023
1 parent af54f41 commit b193c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
distribution: 'adopt'
- name: List files in the repository
run: |
ls "${{ github.workspace }}"/build
ls -R "${{ github.workspace }}"/build
- name: Setup Keystore
run: |
echo "${{ secrets.SIGNING_KEY }}" > release.b64
Expand Down

0 comments on commit b193c8f

Please sign in to comment.