Skip to content

Commit

Permalink
Fully qualify the path to keys
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed Oct 8, 2024
1 parent 5e4c4b1 commit ae480d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
JRELEASER_MAVENCENTRAL_USERNAME: ${{ secrets.JRELEASER_MAVENCENTRAL_USERNAME }}
JRELEASER_MAVENCENTRAL_TOKEN: ${{ secrets.JRELEASER_MAVENCENTRAL_TOKEN }}
JRELEASER_COSIGN_PUBLIC_KEY: "cosign.pub"
JRELEASER_COSIGN_PRIVATE_KEY: "cosign.pem"
JRELEASER_COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
JRELEASER_COSIGN_PRIVATE_KEY: "${{ github.workspace }}/cosign.pem"
JRELEASER_COSIGN_PASSWORD: "${{ github.workspace }}/${{ secrets.COSIGN_PASSWORD }}"
JRELEASER_GITHUB_TOKEN: ${{ github.token }}
- name: Add Artifact to GitHub Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit ae480d5

Please sign in to comment.