Skip to content

Commit

Permalink
added distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
shub39 committed Jun 7, 2024
1 parent 31c4ac0 commit 82fc0fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'

- name: Decode and write keystore
run: echo ${{ secrets.KEYSTORE_FILE }} | base64 --decode > release.keystore
Expand Down

0 comments on commit 82fc0fe

Please sign in to comment.