Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit bb1d5a7

Browse files
committed
Fixed problem with secring.gpg
Signed-off-by: Puneet Behl <[email protected]>
1 parent 0a8de0d commit bb1d5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Generate secring file
3333
env:
3434
SECRING_FILE: ${{ secrets.SECRING_FILE }}
35-
run: echo $SECRING_FILE | base64 -d > secring.gpg
35+
run: echo $SECRING_FILE | base64 -d > ${{ github.workspace }}/secring.gpg
3636
- name: Publish to Sonatyoe OSSRH
3737
uses: gradle/gradle-build-action@v2
3838
env:

0 commit comments

Comments
 (0)