Skip to content

Commit

Permalink
action out
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj committed Jun 27, 2024
1 parent c1e4b66 commit 3eed1d0
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 @@ -43,7 +43,7 @@ jobs:
cd jaxws-ri
mvn -B -V -U -C -Pstaging,oss-release,dependency-check clean verify org.glassfish.copyright:glassfish-copyright-maven-plugin:check -Dgpg.skip=true -Doss.disallow.snapshots=false -Dittest=true
cd ..
echo "::set-output name=jdk::${{ matrix.java_version }}"
echo "jdk=${{ matrix.java_version }}" >> $GITHUB_OUTPUT
- name: Upload binary image
uses: actions/upload-artifact@v4
if: success()
Expand Down

0 comments on commit 3eed1d0

Please sign in to comment.