Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chavez <[email protected]>
  • Loading branch information
vChavezB authored Nov 25, 2023
1 parent e980c54 commit 23065c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Publish package
run: mvn package
- name: find
run: find . -name owlapi-osgidistribution.jar
- uses: actions/upload-artifact@v3
with:
name: owlapi-jar
path: osgidistribution/target/owlapi-osgidistribution-4.5.26.jar
run: find . -name owlapi-osgidistribution*
#- uses: actions/upload-artifact@v3
# with:
# name: owlapi-jar
# path: osgidistribution/target/owlapi-osgidistribution-4.5.26.jar

0 comments on commit 23065c5

Please sign in to comment.