Skip to content

Commit

Permalink
attempting to fix the build in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
smartrics committed May 28, 2024
1 parent efaabd5 commit 2e30fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn --batch-mode package --file pom.xml
run: mvn --batch-mode --update-snapshots verify
- run: mkdir staging && cp nifi-iotics-nar/target/*.nar staging
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2e30fd4

Please sign in to comment.