Skip to content

Commit

Permalink
ci: 修复
Browse files Browse the repository at this point in the history
  • Loading branch information
xfqwdsj committed Feb 17, 2024
1 parent 9313b1d commit 9e24494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
shell: bash
run: |
if [ "${{ secrets.KEY }}" != "" ] && [ "${{ secrets.PROPERTIES }}" != "" ]; then
cd composeApp
cd compose-app
echo ${{ secrets.KEY }} | base64 --decode > key.jks
echo ${{ secrets.PROPERTIES }} | base64 --decode > key.properties
fi
Expand Down

0 comments on commit 9e24494

Please sign in to comment.