Skip to content

Commit

Permalink
chore: action
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 10, 2024
1 parent d36a736 commit 45dbd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
KEYSTORE_PATH: ${{ secrets.KEYSTORE_PATH }}
run: |
mkdir -p "$(dirname "$KEYSTORE_PATH")"
echo $KEYSTORE_BASE64 | base64 -di > $KEYSTORE_PATH
echo $KEYSTORE_BASE64 | base64 -d > $KEYSTORE_PATH
- name: Install NativeScript
run: |
Expand Down

0 comments on commit 45dbd1f

Please sign in to comment.