Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit f44b4db

Browse files
authored
Update gradle-publish-central again
1 parent bb599af commit f44b4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-publish-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: gradle build
3030

3131
- name: Copy key to tmp file
32-
run: 'echo "$PRIV_KEY64" > ./key64 | base64 -d ./key64 > ./key'
32+
run: 'echo "$PRIV_KEY64" > ./key64 && base64 -d ./key64 > ./key'
3333
shell: bash
3434
env:
3535
PRIV_KEY64: ${{ secrets.PRIV_KEY64 }}

0 commit comments

Comments
 (0)