Skip to content

Commit

Permalink
fix(kotlin_validate.yml): fix failing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
malaw-moj committed Jan 14, 2025
1 parent 8d40b93 commit 651aec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kotlin_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
ls -la ${{ github.workspace }}
echo "Decoding the Certificate"
echo ${{ secrets.CERTIFICATE }}
echo ${{ secrets.CERTIFICATE }} | base64 --decode > WebServiceClientCert.pfx
echo "${{ secrets.CERTIFICATE }}" | base64 --decode > WebServiceClientCert.pfx
ls -la WebServiceClientCert.pfx
ls -la ${{ github.workspace }}
- name: gradlew check
Expand Down

0 comments on commit 651aec8

Please sign in to comment.