Skip to content

Commit

Permalink
update pom.xml path in packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja committed Sep 4, 2024
1 parent 8e72318 commit 7e3a866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dnf install -y \
maven-3.5.4 \
git \
wget \
zstd \
zstd

echo '[goreleaser]
name=GoReleaser
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/as400.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: export JAVA_HOME=$( java -XshowSettings:properties -version 2>&1 > /dev/null | grep 'java.home' | tr -s ' ' | cut -d ' ' -f 4)

- name: Build JAR using maven
run: mvn clean install -f connector.as400/pom.xml
run: mvn clean install -f as400/connector.as400/pom.xml

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

0 comments on commit 7e3a866

Please sign in to comment.