Skip to content

Commit 3acf3c4

Browse files
Revert "fix: correct keystore file path in CI workflow"
This reverts commit 8b6303a.
1 parent 8b6303a commit 3acf3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
JARSIGNER_STOREPASS: ${{ secrets.JARSIGNER_REL_STOREPASS }}
3535
JARSIGNER_ALIAS: ${{ secrets.JARSIGNER_REL_ALIAS }}
3636
run: |
37-
KEYSTORE_FILE="${PWD}/keystore.jks"
37+
KEYSTORE_FILE="${PWD}/{{secrets.JARSIGNER_KEYSTORE}}"
3838
echo "${KEYSTORE_FILE}"
3939
printf "%s" "${JARSIGNER_KEYSTORE_B64}" | base64 -d > "${KEYSTORE_FILE}"
4040
mvn -e -X clean install -Djarsigner.keystore="${KEYSTORE_FILE}" -Djarsigner.alias="${JARSIGNER_ALIAS}" -Djarsigner.storepass="${JARSIGNER_STOREPASS}" -DskipTests=true

0 commit comments

Comments
 (0)