Skip to content

Commit

Permalink
upload artifacts from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sowelipililimute committed Aug 24, 2024
1 parent 87bb8ac commit cb777f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,8 @@ jobs:
cd ../
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Artifacts
uses: actions/upload-artifact@v4
with:
path: |
IF/target/*.jar

0 comments on commit cb777f5

Please sign in to comment.