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

Commit 15380a0

Browse files
committed
Still trying to track down the problem
1 parent 2386682 commit 15380a0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
-Psigning.secretKeyRingFile=./secret.gpg \
6767
mavenReleaseArtifact
6868
rm -f secret.gpg
69+
ls -l build
70+
ls -l build/distributions/maven-sinclude-${CI_TAG}.zip
6971
curl --request POST --verbose --header "Authorization: Bearer ${{ secrets.SONATYPE_TOKEN }}" --form bundle="@build/distributions/maven-sinclude-${CI_TAG}.zip" https://central.sonatype.com/api/v1/publisher/upload
7072
7173
- name: Deploy master to gh-pages

0 commit comments

Comments
 (0)