Skip to content

Commit

Permalink
Fix base64 invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Aug 17, 2023
1 parent a9c360c commit 3ccfb45
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ jobs:
path: maven

- name: Get keystore
env:
CHAQUO_JKS: ${{ secrets.CHAQUO_JKS }}
run: |
base64 -d -o demo/chaquo.jks << EOF
${{ secrets.CHAQUO_JKS }}
EOF
echo $CHAQUO_JKS | base64 -d > demo/chaquo.jks
- name: Build
run: |
Expand All @@ -130,7 +130,6 @@ jobs:
if-no-files-found: error



integration:
needs: [product]
strategy:
Expand Down

0 comments on commit 3ccfb45

Please sign in to comment.