Skip to content

Commit

Permalink
workflows publish-maven update folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Данила Беляков authored and Данила Беляков committed Jul 29, 2024
1 parent 115d680 commit 83abfb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-maven-alice-ktx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
run: sudo apt-get install -y gnupg

- name: Create GPG directory
run: mkdir -p ~/gpg
run: mkdir -p gpg/

- name: Import GPG key
run: |
echo "${{ secrets.GPG_SECRET_KEY }}" | gpg --dearmor > ~/gpg/secring.gpg
echo "${{ secrets.GPG_SECRET_KEY }}" | gpg --dearmor > gpg/secring.gpg
env:
GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ kotlin.code.style=official
mavenCentralUsername=${MAVEN_CENTRAL_USERNAME}
mavenCentralPassword=${MAVEN_CENTRAL_PASSWORD}
signing.keyId=${SIGNING_KEY_ID}
signing.secretKeyRingFile=~/gpg/secring.gpg
signing.secretKeyRingFile=gpg/secring.gpg
signing.password=${SIGNING_PASSWORD}

0 comments on commit 83abfb5

Please sign in to comment.