Skip to content

Commit

Permalink
debug docker jar
Browse files Browse the repository at this point in the history
  • Loading branch information
thadguidry committed Nov 25, 2024
1 parent 0218f62 commit e5e602e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/maven-central-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
MAVEN_GPG_KEY: ${{ secrets.MAVEN_GPG_KEY }}

- run: ls target
- run: ls target/central-publishing
- run: mkdir staging
- run: cp target/central-publishing/central-bundle.zip staging
- run: cd staging
- run: unzip central-bundle.zip
- run: ls
- run: |
ls target
ls target/central-publishing
mkdir staging
cp target/central-publishing/central-bundle.zip staging
unzip staging/central-bundle.zip
ls staging
- name: Archive JAR artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e5e602e

Please sign in to comment.