Skip to content

Commit

Permalink
add path debug to packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja committed Sep 4, 2024
1 parent 7e3a866 commit 7338fe2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/as400.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
- name: Build JAR using maven
run: mvn clean install -f as400/connector.as400/pom.xml

- name: Remove me after debug
run: find / -name "centreon-as400-2.0.2-jar-with-dependencies.jar"

- name: Package
uses: ./.github/actions/package-nfpm
with:
Expand Down

0 comments on commit 7338fe2

Please sign in to comment.