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 c351e3b commit 0218f62
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/maven-central-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,11 @@ jobs:

- run: ls target
- run: ls target/central-publishing
- run: mkdir staging && cd target && cp db2rest-*.jar staging
- run: ls staging
- run: mkdir staging
- run: cp target/central-publishing/central-bundle.zip staging
- run: cd staging
- run: unzip central-bundle.zip
- run: ls

- name: Archive JAR artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0218f62

Please sign in to comment.