Skip to content

Commit

Permalink
Upload built artifact for 11
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Apr 1, 2024
1 parent 063b034 commit 96bab19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/robot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
- name: Deploy package or snapshot
if: github.event_name != 'pull_request' && matrix.java == '11'
run: ./mvnw -B -U deploy
- name: Upload
if: github.event_name != 'pull_request' && matrix.java == '11'
uses: actions/upload-artifact@v4.3.1
with:
name: ant-javacard.jar
path: ant-javacard.jar
- name: Release
if: startsWith(github.ref, 'refs/tags/v') && matrix.java == '11'
id: create_release
Expand Down

0 comments on commit 96bab19

Please sign in to comment.